Shades of White Ice #CFE9DB
Tints of White Ice #CFE9DB
RGB
CMYK
RGB Variations
Color information
#CFE9DB (or 0xCFE9DB) is known color: White Ice. HEX triplet: CF, E9 and DB. RGB value is (207,233,219). Sum of RGB (Red+Green+Blue) = 207+233+219=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9DB is #301624. Grayscale: #DFDFDF. Windows color (decimal): -3151397 or 14412239. OLE color: 14412239.
HSL color Cylindrical-coordinate representation of color #CFE9DB: hue angle of 147.69º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE9DB is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 207 | 233 | 219 | - |
CMYK | 0.11 | 0 | 0.06 | 0.09 |
HSL | 147.69º | 0.37% | 0.86% | - |
HSV(B) | 147.69º | 0.11% | 0.91% | - |
XYZ | 67.66 | 76.66 | 78.25 | - |
YUV | 223.63 | 125.39 | 116.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 233 | 219 | 0.11 | 0 | 0.06 | 0.09 | 147.69 | 0.37 | 0.86 |
Hex | CF | E9 | DB | B | 0 | 6 | 9 | 94 | 25 | 56 |
Octal | 317 | 351 | 333 | 13 | 0 | 6 | 11 | 224 | 45 | 126 |
Binary | 11001111 | 11101001 | 11011011 | 1011 | 0 | 110 | 1001 | 10010100 | 100101 | 1010110 |
Color Harmonies of #CFE9DB
Complementary color
Monochromatic Colors of #CFE9DB
Black with #CFE9DB
Text Example
Text Example
White with #CFE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9DB; }
p { color: rgb(207,233,219); }
H1.HeaderClassName
{
color: #CFE9DB;
}
.AnyTagClassName
{
color: #CFE9DB;
}
</style>
background-color css
<style>
a { background-color: #CFE9DB; }
a { background-color: rgb(207,233,219); }
div.DivClassName
{
background-color: #CFE9DB;
}
.BgClassName
{
background-color: #CFE9DB;
}
</style>
border-color css
<style>
span { border-color: #CFE9DB; }
span { border-color: rgb(207,233,219); }
td.TdClassName
{
border-color: #CFE9DB;
}
.TagClassName
{
border-color: #CFE9DB;
}
</style>