Color Hex Logo

#c6bddd Color Hex

#C6BDDD
(198,189,221)
0 Favorites   0 Comments

Color spaces of #c6bddd

RGB 198189221
HSL0.710.320.80
HSV257°14°87°
CMYK 0.100.140.00   0.13
XYZ54.537453.621475.8821
Yxy53.62140.29630.2914
Hunter Lab73.22664.7958-10.1814
CIE-Lab78.24059.2761-14.8359

#c6bddd color RGB value is (198,189,221).

#c6bddd hex color red value is 198, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c6bddd hue: 0.71 , saturation: 0.32 and the lightness value of c6bddd is 0.80.

The process color (four color CMYK) of #c6bddd color hex is 0.10, 0.14, 0.00, 0.13. Web safe color of #c6bddd is #cccccc. Color #c6bddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111101 11011101
Octal 306 275 335
Decimal 198 189 221
Hex C6 BD DD

RGB Percentages of Color #c6bddd

%32.57
%31.09
%36.35

CMYK Percentages of Color #c6bddd

%10
%14
%0
%13

Triadic Colors of #c6bddd

#c6bddd #ddc6bd #bdddc6

Analogous Colors of #c6bddd

#c6bddd #d6bddd #bdc4dd

Monochromatic Colors of #c6bddd

#c6bddd

Complementary Color

#c6bddd #d4ddbd

#c6bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bddd Color CSS Codes

.mybgcolor {background-color:#c6bddd; } 
.myforecolor {color:#c6bddd; }
.mybordercolor {border:3px solid #c6bddd; }

#c6bddd Text Font Color

<p style="color:#c6bddd">Text here</p>

This sample text font color is #c6bddd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c6bddd Background Color

<div style="background-color:#c6bddd">
Div content here</div>

This div background color is #c6bddd


#c6bddd Border Color

<div style="border:3px solid #c6bddd">
Div here</div>

This div border color is #c6bddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,189,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6bddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6bddd;
  -webkit-box-shadow: 1px 1px 3px 2px #c6bddd;
  box-shadow:         1px 1px 3px 2px #c6bddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,189,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6bddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6bddd;
  -webkit-box-shadow: 1px 1px 3px 2px #c6bddd;
  box-shadow:         1px 1px 3px 2px #c6bddd;">
Div content here</div>

This div box has shadow with color #c6bddd


Comments

No comments written yet.

Please login to write comment.