Shades of White Ice #CFF4DF
Tints of White Ice #CFF4DF
RGB
CMYK
RGB Variations
Color information
#CFF4DF (or 0xCFF4DF) is known color: White Ice. HEX triplet: CF, F4 and DF. RGB value is (207,244,223). Sum of RGB (Red+Green+Blue) = 207+244+223=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 244 (95.70% from 255 or 36.20% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF4DF is #300B20. Grayscale: #E6E6E6. Windows color (decimal): -3148577 or 14677199. OLE color: 14677199.
HSL color Cylindrical-coordinate representation of color #CFF4DF: hue angle of 145.95º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF4DF is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 223 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.04 |
| HSL | 145.95º | 0.63% | 0.88% | - |
| HSV(B) | 145.95º | 0.15% | 0.96% | - |
| XYZ | 71.4 | 83.29 | 82.13 | - |
| YUV | 230.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 223 | 0.15 | 0 | 0.09 | 0.04 | 145.95 | 0.63 | 0.88 |
| Hex | CF | F4 | DF | F | 0 | 9 | 4 | 92 | 3F | 58 |
| Octal | 317 | 364 | 337 | 17 | 0 | 11 | 4 | 222 | 77 | 130 |
| Binary | 11001111 | 11110100 | 11011111 | 1111 | 0 | 1001 | 100 | 10010010 | 111111 | 1011000 |
Color Harmonies of #CFF4DF
Complementary color
Monochromatic Colors of #CFF4DF
Black with #CFF4DF
Text Example
Text Example
White with #CFF4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4DF; }
p { color: rgb(207,244,223); }
H1.HeaderClassName
{
color: #CFF4DF;
}
.AnyTagClassName
{
color: #CFF4DF;
}
</style>
background-color css
<style>
a { background-color: #CFF4DF; }
a { background-color: rgb(207,244,223); }
div.DivClassName
{
background-color: #CFF4DF;
}
.BgClassName
{
background-color: #CFF4DF;
}
</style>
border-color css
<style>
span { border-color: #CFF4DF; }
span { border-color: rgb(207,244,223); }
td.TdClassName
{
border-color: #CFF4DF;
}
.TagClassName
{
border-color: #CFF4DF;
}
</style>