Shades of Iceberg #CEE4DC
Tints of Iceberg #CEE4DC
RGB
CMYK
RGB Variations
Color information
#CEE4DC (or 0xCEE4DC) is known color: Iceberg. HEX triplet: CE, E4 and DC. RGB value is (206,228,220). Sum of RGB (Red+Green+Blue) = 206+228+220=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE4DC is #311B23. Grayscale: #DCDCDC. Windows color (decimal): -3218212 or 14476494. OLE color: 14476494.
HSL color Cylindrical-coordinate representation of color #CEE4DC: hue angle of 158.18º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE4DC is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 220 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.11 |
| HSL | 158.18º | 0.29% | 0.85% | - |
| HSV(B) | 158.18º | 0.1% | 0.89% | - |
| XYZ | 66.12 | 73.78 | 78.47 | - |
| YUV | 220.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 220 | 0.10 | 0 | 0.04 | 0.11 | 158.18 | 0.29 | 0.85 |
| Hex | CE | E4 | DC | A | 0 | 4 | B | 9E | 1D | 55 |
| Octal | 316 | 344 | 334 | 12 | 0 | 4 | 13 | 236 | 35 | 125 |
| Binary | 11001110 | 11100100 | 11011100 | 1010 | 0 | 100 | 1011 | 10011110 | 11101 | 1010101 |
Color Harmonies of #CEE4DC
Complementary color
Monochromatic Colors of #CEE4DC
Black with #CEE4DC
Text Example
Text Example
White with #CEE4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE4DC; }
p { color: rgb(206,228,220); }
H1.HeaderClassName
{
color: #CEE4DC;
}
.AnyTagClassName
{
color: #CEE4DC;
}
</style>
background-color css
<style>
a { background-color: #CEE4DC; }
a { background-color: rgb(206,228,220); }
div.DivClassName
{
background-color: #CEE4DC;
}
.BgClassName
{
background-color: #CEE4DC;
}
</style>
border-color css
<style>
span { border-color: #CEE4DC; }
span { border-color: rgb(206,228,220); }
td.TdClassName
{
border-color: #CEE4DC;
}
.TagClassName
{
border-color: #CEE4DC;
}
</style>