Shades of White Ice #CFF3DE
Tints of White Ice #CFF3DE
RGB
CMYK
RGB Variations
Color information
#CFF3DE (or 0xCFF3DE) is known color: White Ice. HEX triplet: CF, F3 and DE. RGB value is (207,243,222). Sum of RGB (Red+Green+Blue) = 207+243+222=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 243 (95.31% from 255 or 36.16% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF3DE is #300C21. Grayscale: #E5E5E5. Windows color (decimal): -3148834 or 14611407. OLE color: 14611407.
HSL color Cylindrical-coordinate representation of color #CFF3DE: hue angle of 145º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF3DE is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 222 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.05 |
| HSL | 145º | 0.6% | 0.88% | - |
| HSV(B) | 145º | 0.15% | 0.95% | - |
| XYZ | 70.97 | 82.64 | 81.32 | - |
| YUV | 229.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 222 | 0.15 | 0 | 0.09 | 0.05 | 145 | 0.6 | 0.88 |
| Hex | CF | F3 | DE | F | 0 | 9 | 5 | 91 | 3C | 58 |
| Octal | 317 | 363 | 336 | 17 | 0 | 11 | 5 | 221 | 74 | 130 |
| Binary | 11001111 | 11110011 | 11011110 | 1111 | 0 | 1001 | 101 | 10010001 | 111100 | 1011000 |
Color Harmonies of #CFF3DE
Complementary color
Monochromatic Colors of #CFF3DE
Black with #CFF3DE
Text Example
Text Example
White with #CFF3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3DE; }
p { color: rgb(207,243,222); }
H1.HeaderClassName
{
color: #CFF3DE;
}
.AnyTagClassName
{
color: #CFF3DE;
}
</style>
background-color css
<style>
a { background-color: #CFF3DE; }
a { background-color: rgb(207,243,222); }
div.DivClassName
{
background-color: #CFF3DE;
}
.BgClassName
{
background-color: #CFF3DE;
}
</style>
border-color css
<style>
span { border-color: #CFF3DE; }
span { border-color: rgb(207,243,222); }
td.TdClassName
{
border-color: #CFF3DE;
}
.TagClassName
{
border-color: #CFF3DE;
}
</style>