Shades of Iceberg #CEE6DA
Tints of Iceberg #CEE6DA
RGB
CMYK
RGB Variations
Color information
#CEE6DA (or 0xCEE6DA) is known color: Iceberg. HEX triplet: CE, E6 and DA. RGB value is (206,230,218). Sum of RGB (Red+Green+Blue) = 206+230+218=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE6DA is #311925. Grayscale: #DDDDDD. Windows color (decimal): -3217702 or 14345934. OLE color: 14345934.
HSL color Cylindrical-coordinate representation of color #CEE6DA: hue angle of 150º 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 #CEE6DA is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 218 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.10 |
| HSL | 150º | 0.32% | 0.85% | - |
| HSV(B) | 150º | 0.1% | 0.9% | - |
| XYZ | 66.41 | 74.78 | 77.26 | - |
| YUV | 221.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 218 | 0.10 | 0 | 0.05 | 0.10 | 150 | 0.32 | 0.85 |
| Hex | CE | E6 | DA | A | 0 | 5 | A | 96 | 20 | 55 |
| Octal | 316 | 346 | 332 | 12 | 0 | 5 | 12 | 226 | 40 | 125 |
| Binary | 11001110 | 11100110 | 11011010 | 1010 | 0 | 101 | 1010 | 10010110 | 100000 | 1010101 |
Color Harmonies of #CEE6DA
Complementary color
Monochromatic Colors of #CEE6DA
Black with #CEE6DA
Text Example
Text Example
White with #CEE6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE6DA; }
p { color: rgb(206,230,218); }
H1.HeaderClassName
{
color: #CEE6DA;
}
.AnyTagClassName
{
color: #CEE6DA;
}
</style>
background-color css
<style>
a { background-color: #CEE6DA; }
a { background-color: rgb(206,230,218); }
div.DivClassName
{
background-color: #CEE6DA;
}
.BgClassName
{
background-color: #CEE6DA;
}
</style>
border-color css
<style>
span { border-color: #CEE6DA; }
span { border-color: rgb(206,230,218); }
td.TdClassName
{
border-color: #CEE6DA;
}
.TagClassName
{
border-color: #CEE6DA;
}
</style>