Shades of Iceberg #CCE4DC
Tints of Iceberg #CCE4DC
RGB
CMYK
RGB Variations
Color information
#CCE4DC (or 0xCCE4DC) is known color: Iceberg. HEX triplet: CC, E4 and DC. RGB value is (204,228,220). Sum of RGB (Red+Green+Blue) = 204+228+220=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4DC is #331B23. Grayscale: #DBDBDB. Windows color (decimal): -3349284 or 14476492. OLE color: 14476492.
HSL color Cylindrical-coordinate representation of color #CCE4DC: hue angle of 160º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE4DC is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 220 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.11 |
| HSL | 160º | 0.31% | 0.85% | - |
| HSV(B) | 160º | 0.11% | 0.89% | - |
| XYZ | 65.56 | 73.49 | 78.44 | - |
| YUV | 219.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 220 | 0.11 | 0 | 0.04 | 0.11 | 160 | 0.31 | 0.85 |
| Hex | CC | E4 | DC | B | 0 | 4 | B | A0 | 1F | 55 |
| Octal | 314 | 344 | 334 | 13 | 0 | 4 | 13 | 240 | 37 | 125 |
| Binary | 11001100 | 11100100 | 11011100 | 1011 | 0 | 100 | 1011 | 10100000 | 11111 | 1010101 |
Color Harmonies of #CCE4DC
Complementary color
Monochromatic Colors of #CCE4DC
Black with #CCE4DC
Text Example
Text Example
White with #CCE4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE4DC; }
p { color: rgb(204,228,220); }
H1.HeaderClassName
{
color: #CCE4DC;
}
.AnyTagClassName
{
color: #CCE4DC;
}
</style>
background-color css
<style>
a { background-color: #CCE4DC; }
a { background-color: rgb(204,228,220); }
div.DivClassName
{
background-color: #CCE4DC;
}
.BgClassName
{
background-color: #CCE4DC;
}
</style>
border-color css
<style>
span { border-color: #CCE4DC; }
span { border-color: rgb(204,228,220); }
td.TdClassName
{
border-color: #CCE4DC;
}
.TagClassName
{
border-color: #CCE4DC;
}
</style>