Color Hex Logo

#cccbdd Color Hex

#CCCBDD
(204,203,221)
0 Favorites   0 Comments

Color spaces of #cccbdd

RGB 204203221
HSL0.680.210.83
HSV243°87°
CMYK 0.080.080.00   0.13
XYZ59.308960.769777.0104
Yxy60.76970.30090.3083
Hunter Lab77.9549-0.6165-4.0032
CIE-Lab82.25483.7529-8.7892

#cccbdd color RGB value is (204,203,221).

#cccbdd hex color red value is 204, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cccbdd hue: 0.68 , saturation: 0.21 and the lightness value of cccbdd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 11011101
Octal 314 313 335
Decimal 204 203 221
Hex CC CB DD

RGB Percentages of Color #cccbdd

%32.48
%32.32
%35.19

CMYK Percentages of Color #cccbdd

%8
%8
%0
%13

Triadic Colors of #cccbdd

#cccbdd #ddcccb #cbddcc

Analogous Colors of #cccbdd

#cccbdd #d5cbdd #cbd3dd

Monochromatic Colors of #cccbdd

#cccbdd

Complementary Color

#cccbdd #dcddcb

#cccbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccbdd Color CSS Codes

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

#cccbdd Text Font Color

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

This sample text font color is #cccbdd
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.


#cccbdd Background Color

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

This div background color is #cccbdd


#cccbdd Border Color

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

This div border color is #cccbdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,203,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 #cccbdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccbdd


Comments

No comments written yet.

Please login to write comment.