#CCE0D7

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

Shades of Iceberg #CCE0D7

Tints of Iceberg #CCE0D7

Color information

#CCE0D7 (or 0xCCE0D7) is unknown color: approx Iceberg. HEX triplet: CC, E0 and D7. RGB value is (204,224,215). Sum of RGB (Red+Green+Blue) = 204+224+215=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 224 (87.89% from 255 or 34.84% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0D7 is #331F28. Grayscale: #D9D9D9. Windows color (decimal): -3350313 or 14147788. OLE color: 14147788.

HSL color Cylindrical-coordinate representation of color #CCE0D7: hue angle of 153º 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 #CCE0D7 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB204224215-
CMYK0.0900.040.12
HSL153º24.39%83.92%-
HSV(B)153º8.93%87.84%-
XYZ63.8271.0574.64-
YUV216.99126.87118.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 224 (87.89% from 255) = 34.84%
BLUE value IS 215 (84.38% from 255) = 33.44%
R=31.73%
G=34.84%
B=33.44%

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
Decimal2042242150.0900.040.1215324.3983.92
HexCCE0D7904C991854
Octal31434032711041423130124
Binary11001100111000001101011110010100110010011001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0D7; }

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

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

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

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

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

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

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

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