Shades of Iceberg #CEE6DE
Tints of Iceberg #CEE6DE
RGB
CMYK
RGB Variations
Color information
#CEE6DE (or 0xCEE6DE) is known color: Iceberg. HEX triplet: CE, E6 and DE. RGB value is (206,230,222). Sum of RGB (Red+Green+Blue) = 206+230+222=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE6DE is #311921. Grayscale: #DDDDDD. Windows color (decimal): -3217698 or 14608078. OLE color: 14608078.
HSL color Cylindrical-coordinate representation of color #CEE6DE: hue angle of 160º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE6DE is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 222 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.10 |
| HSL | 160º | 0.32% | 0.85% | - |
| HSV(B) | 160º | 0.1% | 0.9% | - |
| XYZ | 66.94 | 74.99 | 80.05 | - |
| YUV | 221.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 222 | 0.10 | 0 | 0.03 | 0.10 | 160 | 0.32 | 0.85 |
| Hex | CE | E6 | DE | A | 0 | 3 | A | A0 | 20 | 55 |
| Octal | 316 | 346 | 336 | 12 | 0 | 3 | 12 | 240 | 40 | 125 |
| Binary | 11001110 | 11100110 | 11011110 | 1010 | 0 | 11 | 1010 | 10100000 | 100000 | 1010101 |
Color Harmonies of #CEE6DE
Complementary color
Monochromatic Colors of #CEE6DE
Black with #CEE6DE
Text Example
Text Example
White with #CEE6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE6DE; }
p { color: rgb(206,230,222); }
H1.HeaderClassName
{
color: #CEE6DE;
}
.AnyTagClassName
{
color: #CEE6DE;
}
</style>
background-color css
<style>
a { background-color: #CEE6DE; }
a { background-color: rgb(206,230,222); }
div.DivClassName
{
background-color: #CEE6DE;
}
.BgClassName
{
background-color: #CEE6DE;
}
</style>
border-color css
<style>
span { border-color: #CEE6DE; }
span { border-color: rgb(206,230,222); }
td.TdClassName
{
border-color: #CEE6DE;
}
.TagClassName
{
border-color: #CEE6DE;
}
</style>