Shades of White Ice #CEE9DB
Tints of White Ice #CEE9DB
RGB
CMYK
RGB Variations
Color information
#CEE9DB (or 0xCEE9DB) is known color: White Ice. HEX triplet: CE, E9 and DB. RGB value is (206,233,219). Sum of RGB (Red+Green+Blue) = 206+233+219=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE9DB is #311624. Grayscale: #DFDFDF. Windows color (decimal): -3216933 or 14412238. OLE color: 14412238.
HSL color Cylindrical-coordinate representation of color #CEE9DB: hue angle of 148.89º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEE9DB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 233 | 219 | - |
CMYK | 0.12 | 0 | 0.06 | 0.09 |
HSL | 148.89º | 0.38% | 0.86% | - |
HSV(B) | 148.89º | 0.12% | 0.91% | - |
XYZ | 67.38 | 76.51 | 78.24 | - |
YUV | 223.33 | 125.55 | 115.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 233 | 219 | 0.12 | 0 | 0.06 | 0.09 | 148.89 | 0.38 | 0.86 |
Hex | CE | E9 | DB | C | 0 | 6 | 9 | 95 | 26 | 56 |
Octal | 316 | 351 | 333 | 14 | 0 | 6 | 11 | 225 | 46 | 126 |
Binary | 11001110 | 11101001 | 11011011 | 1100 | 0 | 110 | 1001 | 10010101 | 100110 | 1010110 |
Color Harmonies of #CEE9DB
Complementary color
Monochromatic Colors of #CEE9DB
Black with #CEE9DB
Text Example
Text Example
White with #CEE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE9DB; }
p { color: rgb(206,233,219); }
H1.HeaderClassName
{
color: #CEE9DB;
}
.AnyTagClassName
{
color: #CEE9DB;
}
</style>
background-color css
<style>
a { background-color: #CEE9DB; }
a { background-color: rgb(206,233,219); }
div.DivClassName
{
background-color: #CEE9DB;
}
.BgClassName
{
background-color: #CEE9DB;
}
</style>
border-color css
<style>
span { border-color: #CEE9DB; }
span { border-color: rgb(206,233,219); }
td.TdClassName
{
border-color: #CEE9DB;
}
.TagClassName
{
border-color: #CEE9DB;
}
</style>