Shades of White Ice #CFF5DE
Tints of White Ice #CFF5DE
RGB
CMYK
RGB Variations
Color information
#CFF5DE (or 0xCFF5DE) is known color: White Ice. HEX triplet: CF, F5 and DE. RGB value is (207,245,222). Sum of RGB (Red+Green+Blue) = 207+245+222=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF5DE is #300A21. Grayscale: #E7E7E7. Windows color (decimal): -3148322 or 14611919. OLE color: 14611919.
HSL color Cylindrical-coordinate representation of color #CFF5DE: hue angle of 143.68º degrees, saturation: 0.66, 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 #CFF5DE is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 222 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.04 |
| HSL | 143.68º | 0.66% | 0.89% | - |
| HSV(B) | 143.68º | 0.16% | 0.96% | - |
| XYZ | 71.57 | 83.84 | 81.52 | - |
| YUV | 231.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 222 | 0.16 | 0 | 0.09 | 0.04 | 143.68 | 0.66 | 0.89 |
| Hex | CF | F5 | DE | 10 | 0 | 9 | 4 | 90 | 42 | 59 |
| Octal | 317 | 365 | 336 | 20 | 0 | 11 | 4 | 220 | 102 | 131 |
| Binary | 11001111 | 11110101 | 11011110 | 10000 | 0 | 1001 | 100 | 10010000 | 1000010 | 1011001 |
Color Harmonies of #CFF5DE
Complementary color
Monochromatic Colors of #CFF5DE
Black with #CFF5DE
Text Example
Text Example
White with #CFF5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5DE; }
p { color: rgb(207,245,222); }
H1.HeaderClassName
{
color: #CFF5DE;
}
.AnyTagClassName
{
color: #CFF5DE;
}
</style>
background-color css
<style>
a { background-color: #CFF5DE; }
a { background-color: rgb(207,245,222); }
div.DivClassName
{
background-color: #CFF5DE;
}
.BgClassName
{
background-color: #CFF5DE;
}
</style>
border-color css
<style>
span { border-color: #CFF5DE; }
span { border-color: rgb(207,245,222); }
td.TdClassName
{
border-color: #CFF5DE;
}
.TagClassName
{
border-color: #CFF5DE;
}
</style>