Color Hex Logo

#ccbbde Color Hex

#CCBBDE
(204,187,222)
0 Favorites   0 Comments

Color spaces of #ccbbde

RGB 204187222
HSL0.750.350.80
HSV269°16°87°
CMYK 0.080.160.00   0.13
XYZ55.857053.651976.5191
Yxy53.65190.30030.2884
Hunter Lab73.24757.9374-10.6650
CIE-Lab78.258312.5235-15.2999

#ccbbde color RGB value is (204,187,222).

#ccbbde hex color red value is 204, green value is 187 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ccbbde hue: 0.75 , saturation: 0.35 and the lightness value of ccbbde is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 11011110
Octal 314 273 336
Decimal 204 187 222
Hex CC BB DE

RGB Percentages of Color #ccbbde

%33.28
%30.51
%36.22

CMYK Percentages of Color #ccbbde

%8
%16
%0
%13

Triadic Colors of #ccbbde

#ccbbde #deccbb #bbdecc

Analogous Colors of #ccbbde

#ccbbde #debbde #bbbcde

Monochromatic Colors of #ccbbde

#ccbbde

Complementary Color

#ccbbde #cddebb

#ccbbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbde Color CSS Codes

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

#ccbbde Text Font Color

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

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


#ccbbde Background Color

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

This div background color is #ccbbde


#ccbbde Border Color

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

This div border color is #ccbbde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,187,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbde


Comments

No comments written yet.

Please login to write comment.