Shades of White Ice #CFF6DE
Tints of White Ice #CFF6DE
RGB
CMYK
RGB Variations
Color information
#CFF6DE (or 0xCFF6DE) is known color: White Ice. HEX triplet: CF, F6 and DE. RGB value is (207,246,222). Sum of RGB (Red+Green+Blue) = 207+246+222=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 246 (96.48% from 255 or 36.44% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF6DE is #300921. Grayscale: #E7E7E7. Windows color (decimal): -3148066 or 14612175. OLE color: 14612175.
HSL color Cylindrical-coordinate representation of color #CFF6DE: hue angle of 143.08º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF6DE is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 222 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.04 |
| HSL | 143.08º | 0.68% | 0.89% | - |
| HSV(B) | 143.08º | 0.16% | 0.96% | - |
| XYZ | 71.87 | 84.45 | 81.62 | - |
| YUV | 231.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 222 | 0.16 | 0 | 0.10 | 0.04 | 143.08 | 0.68 | 0.89 |
| Hex | CF | F6 | DE | 10 | 0 | A | 4 | 8F | 44 | 59 |
| Octal | 317 | 366 | 336 | 20 | 0 | 12 | 4 | 217 | 104 | 131 |
| Binary | 11001111 | 11110110 | 11011110 | 10000 | 0 | 1010 | 100 | 10001111 | 1000100 | 1011001 |
Color Harmonies of #CFF6DE
Complementary color
Monochromatic Colors of #CFF6DE
Black with #CFF6DE
Text Example
Text Example
White with #CFF6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6DE; }
p { color: rgb(207,246,222); }
H1.HeaderClassName
{
color: #CFF6DE;
}
.AnyTagClassName
{
color: #CFF6DE;
}
</style>
background-color css
<style>
a { background-color: #CFF6DE; }
a { background-color: rgb(207,246,222); }
div.DivClassName
{
background-color: #CFF6DE;
}
.BgClassName
{
background-color: #CFF6DE;
}
</style>
border-color css
<style>
span { border-color: #CFF6DE; }
span { border-color: rgb(207,246,222); }
td.TdClassName
{
border-color: #CFF6DE;
}
.TagClassName
{
border-color: #CFF6DE;
}
</style>