Shades of White Ice #CFE9DD
Tints of White Ice #CFE9DD
RGB
CMYK
RGB Variations
Color information
#CFE9DD (or 0xCFE9DD) is known color: White Ice. HEX triplet: CF, E9 and DD. RGB value is (207,233,221). Sum of RGB (Red+Green+Blue) = 207+233+221=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9DD is #301622. Grayscale: #DFDFDF. Windows color (decimal): -3151395 or 14543311. OLE color: 14543311.
HSL color Cylindrical-coordinate representation of color #CFE9DD: hue angle of 152.31º 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 #CFE9DD is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 221 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.09 |
| HSL | 152.31º | 0.37% | 0.86% | - |
| HSV(B) | 152.31º | 0.11% | 0.91% | - |
| XYZ | 67.92 | 76.76 | 79.64 | - |
| YUV | 223.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 221 | 0.11 | 0 | 0.05 | 0.09 | 152.31 | 0.37 | 0.86 |
| Hex | CF | E9 | DD | B | 0 | 5 | 9 | 98 | 25 | 56 |
| Octal | 317 | 351 | 335 | 13 | 0 | 5 | 11 | 230 | 45 | 126 |
| Binary | 11001111 | 11101001 | 11011101 | 1011 | 0 | 101 | 1001 | 10011000 | 100101 | 1010110 |
Color Harmonies of #CFE9DD
Complementary color
Monochromatic Colors of #CFE9DD
Black with #CFE9DD
Text Example
Text Example
White with #CFE9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9DD; }
p { color: rgb(207,233,221); }
H1.HeaderClassName
{
color: #CFE9DD;
}
.AnyTagClassName
{
color: #CFE9DD;
}
</style>
background-color css
<style>
a { background-color: #CFE9DD; }
a { background-color: rgb(207,233,221); }
div.DivClassName
{
background-color: #CFE9DD;
}
.BgClassName
{
background-color: #CFE9DD;
}
</style>
border-color css
<style>
span { border-color: #CFE9DD; }
span { border-color: rgb(207,233,221); }
td.TdClassName
{
border-color: #CFE9DD;
}
.TagClassName
{
border-color: #CFE9DD;
}
</style>