Shades of Iceberg #CEE2DA
Tints of Iceberg #CEE2DA
RGB
CMYK
RGB Variations
Color information
#CEE2DA (or 0xCEE2DA) is known color: Iceberg. HEX triplet: CE, E2 and DA. RGB value is (206,226,218). Sum of RGB (Red+Green+Blue) = 206+226+218=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE2DA is #311D25. Grayscale: #DBDBDB. Windows color (decimal): -3218726 or 14344910. OLE color: 14344910.
HSL color Cylindrical-coordinate representation of color #CEE2DA: hue angle of 156º 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 #CEE2DA is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 226 | 218 | - |
CMYK | 0.09 | 0 | 0.04 | 0.11 |
HSL | 156º | 0.26% | 0.85% | - |
HSV(B) | 156º | 0.09% | 0.89% | - |
XYZ | 65.3 | 72.58 | 76.9 | - |
YUV | 219.11 | 127.37 | 118.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 226 | 218 | 0.09 | 0 | 0.04 | 0.11 | 156 | 0.26 | 0.85 |
Hex | CE | E2 | DA | 9 | 0 | 4 | B | 9C | 1A | 55 |
Octal | 316 | 342 | 332 | 11 | 0 | 4 | 13 | 234 | 32 | 125 |
Binary | 11001110 | 11100010 | 11011010 | 1001 | 0 | 100 | 1011 | 10011100 | 11010 | 1010101 |
Color Harmonies of #CEE2DA
Complementary color
Monochromatic Colors of #CEE2DA
Black with #CEE2DA
Text Example
Text Example
White with #CEE2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE2DA; }
p { color: rgb(206,226,218); }
H1.HeaderClassName
{
color: #CEE2DA;
}
.AnyTagClassName
{
color: #CEE2DA;
}
</style>
background-color css
<style>
a { background-color: #CEE2DA; }
a { background-color: rgb(206,226,218); }
div.DivClassName
{
background-color: #CEE2DA;
}
.BgClassName
{
background-color: #CEE2DA;
}
</style>
border-color css
<style>
span { border-color: #CEE2DA; }
span { border-color: rgb(206,226,218); }
td.TdClassName
{
border-color: #CEE2DA;
}
.TagClassName
{
border-color: #CEE2DA;
}
</style>