#CCE0D6

Color #CCE0D6 Iceberg (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iceberg #CCE0D6

Tints of Iceberg #CCE0D6

Color information

#CCE0D6 (or 0xCCE0D6) is unknown color: approx Iceberg. HEX triplet: CC, E0 and D6. RGB value is (204,224,214). Sum of RGB (Red+Green+Blue) = 204+224+214=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0D6 is #331F29. Grayscale: #D8D8D8. Windows color (decimal): -3350314 or 14082252. OLE color: 14082252.

HSL color Cylindrical-coordinate representation of color #CCE0D6: hue angle of 150º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCE0D6 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB204224214-
CMYK0.0900.040.12
HSL150º24.39%83.92%-
HSV(B)150º8.93%87.84%-
XYZ63.77173.97-
YUV216.88126.37118.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 224 (87.89% from 255) = 34.89%
BLUE value IS 214 (83.98% from 255) = 33.33%
R=31.78%
G=34.89%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042242140.0900.040.1215024.3983.92
HexCCE0D6904C961854
Octal31434032611041422630124
Binary11001100111000001101011010010100110010010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0D6; }

 p { color: rgb(204,224,214); }

 H1.HeaderClassName
 {
   color: #CCE0D6;
 }
 .AnyTagClassName
 {
   color: #CCE0D6;
 }
</style>
background-color css

<style>
 a { background-color: #CCE0D6; }

 a { background-color: rgb(204,224,214); }

 div.DivClassName
 {
   background-color: #CCE0D6;
 }
 .BgClassName
 {
   background-color: #CCE0D6;
 }
</style>
border-color css

<style>
 span { border-color: #CCE0D6; }

 span { border-color: rgb(204,224,214); }

 td.TdClassName
 {
   border-color: #CCE0D6;
 }
 .TagClassName
 {
   border-color: #CCE0D6;
 }
</style>