Shades of White Ice #CFEDDD
Tints of White Ice #CFEDDD
RGB
CMYK
RGB Variations
Color information
#CFEDDD (or 0xCFEDDD) is known color: White Ice. HEX triplet: CF, ED and DD. RGB value is (207,237,221). Sum of RGB (Red+Green+Blue) = 207+237+221=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDDD is #301222. Grayscale: #E2E2E2. Windows color (decimal): -3150371 or 14544335. OLE color: 14544335.
HSL color Cylindrical-coordinate representation of color #CFEDDD: hue angle of 148º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEDDD is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 221 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.07 |
| HSL | 148º | 0.45% | 0.87% | - |
| HSV(B) | 148º | 0.13% | 0.93% | - |
| XYZ | 69.07 | 79.05 | 80.03 | - |
| YUV | 226.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 221 | 0.13 | 0 | 0.07 | 0.07 | 148 | 0.45 | 0.87 |
| Hex | CF | ED | DD | D | 0 | 7 | 7 | 94 | 2D | 57 |
| Octal | 317 | 355 | 335 | 15 | 0 | 7 | 7 | 224 | 55 | 127 |
| Binary | 11001111 | 11101101 | 11011101 | 1101 | 0 | 111 | 111 | 10010100 | 101101 | 1010111 |
Color Harmonies of #CFEDDD
Complementary color
Monochromatic Colors of #CFEDDD
Black with #CFEDDD
Text Example
Text Example
White with #CFEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDDD; }
p { color: rgb(207,237,221); }
H1.HeaderClassName
{
color: #CFEDDD;
}
.AnyTagClassName
{
color: #CFEDDD;
}
</style>
background-color css
<style>
a { background-color: #CFEDDD; }
a { background-color: rgb(207,237,221); }
div.DivClassName
{
background-color: #CFEDDD;
}
.BgClassName
{
background-color: #CFEDDD;
}
</style>
border-color css
<style>
span { border-color: #CFEDDD; }
span { border-color: rgb(207,237,221); }
td.TdClassName
{
border-color: #CFEDDD;
}
.TagClassName
{
border-color: #CFEDDD;
}
</style>