Shades of Iceberg #CEE2DC
Tints of Iceberg #CEE2DC
RGB
CMYK
RGB Variations
Color information
#CEE2DC (or 0xCEE2DC) is known color: Iceberg. HEX triplet: CE, E2 and DC. RGB value is (206,226,220). Sum of RGB (Red+Green+Blue) = 206+226+220=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE2DC is #311D23. Grayscale: #DBDBDB. Windows color (decimal): -3218724 or 14475982. OLE color: 14475982.
HSL color Cylindrical-coordinate representation of color #CEE2DC: hue angle of 162º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEE2DC is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 220 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.11 |
| HSL | 162º | 0.26% | 0.85% | - |
| HSV(B) | 162º | 0.09% | 0.89% | - |
| XYZ | 65.57 | 72.68 | 78.28 | - |
| YUV | 219.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 220 | 0.09 | 0 | 0.03 | 0.11 | 162 | 0.26 | 0.85 |
| Hex | CE | E2 | DC | 9 | 0 | 3 | B | A2 | 1A | 55 |
| Octal | 316 | 342 | 334 | 11 | 0 | 3 | 13 | 242 | 32 | 125 |
| Binary | 11001110 | 11100010 | 11011100 | 1001 | 0 | 11 | 1011 | 10100010 | 11010 | 1010101 |
Color Harmonies of #CEE2DC
Complementary color
Monochromatic Colors of #CEE2DC
Black with #CEE2DC
Text Example
Text Example
White with #CEE2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE2DC; }
p { color: rgb(206,226,220); }
H1.HeaderClassName
{
color: #CEE2DC;
}
.AnyTagClassName
{
color: #CEE2DC;
}
</style>
background-color css
<style>
a { background-color: #CEE2DC; }
a { background-color: rgb(206,226,220); }
div.DivClassName
{
background-color: #CEE2DC;
}
.BgClassName
{
background-color: #CEE2DC;
}
</style>
border-color css
<style>
span { border-color: #CEE2DC; }
span { border-color: rgb(206,226,220); }
td.TdClassName
{
border-color: #CEE2DC;
}
.TagClassName
{
border-color: #CEE2DC;
}
</style>