Shades of Iceberg #CEE1DA
Tints of Iceberg #CEE1DA
RGB
CMYK
RGB Variations
Color information
#CEE1DA (or 0xCEE1DA) is known color: Iceberg. HEX triplet: CE, E1 and DA. RGB value is (206,225,218). Sum of RGB (Red+Green+Blue) = 206+225+218=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1DA is #311E25. Grayscale: #DADADA. Windows color (decimal): -3218982 or 14344654. OLE color: 14344654.
HSL color Cylindrical-coordinate representation of color #CEE1DA: hue angle of 157.89º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEE1DA is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 218 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.12 |
| HSL | 157.89º | 0.24% | 0.85% | - |
| HSV(B) | 157.89º | 0.08% | 0.88% | - |
| XYZ | 65.03 | 72.03 | 76.81 | - |
| YUV | 218.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 218 | 0.08 | 0 | 0.03 | 0.12 | 157.89 | 0.24 | 0.85 |
| Hex | CE | E1 | DA | 8 | 0 | 3 | C | 9E | 18 | 55 |
| Octal | 316 | 341 | 332 | 10 | 0 | 3 | 14 | 236 | 30 | 125 |
| Binary | 11001110 | 11100001 | 11011010 | 1000 | 0 | 11 | 1100 | 10011110 | 11000 | 1010101 |
Color Harmonies of #CEE1DA
Complementary color
Monochromatic Colors of #CEE1DA
Black with #CEE1DA
Text Example
Text Example
White with #CEE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1DA; }
p { color: rgb(206,225,218); }
H1.HeaderClassName
{
color: #CEE1DA;
}
.AnyTagClassName
{
color: #CEE1DA;
}
</style>
background-color css
<style>
a { background-color: #CEE1DA; }
a { background-color: rgb(206,225,218); }
div.DivClassName
{
background-color: #CEE1DA;
}
.BgClassName
{
background-color: #CEE1DA;
}
</style>
border-color css
<style>
span { border-color: #CEE1DA; }
span { border-color: rgb(206,225,218); }
td.TdClassName
{
border-color: #CEE1DA;
}
.TagClassName
{
border-color: #CEE1DA;
}
</style>