Shades of White Ice #CFF1DE
Tints of White Ice #CFF1DE
RGB
CMYK
RGB Variations
Color information
#CFF1DE (or 0xCFF1DE) is known color: White Ice. HEX triplet: CF, F1 and DE. RGB value is (207,241,222). Sum of RGB (Red+Green+Blue) = 207+241+222=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1DE is #300E21. Grayscale: #E4E4E4. Windows color (decimal): -3149346 or 14610895. OLE color: 14610895.
HSL color Cylindrical-coordinate representation of color #CFF1DE: hue angle of 146.47º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF1DE is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 222 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.05 |
| HSL | 146.47º | 0.55% | 0.88% | - |
| HSV(B) | 146.47º | 0.14% | 0.95% | - |
| XYZ | 70.37 | 81.45 | 81.12 | - |
| YUV | 228.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 222 | 0.14 | 0 | 0.08 | 0.05 | 146.47 | 0.55 | 0.88 |
| Hex | CF | F1 | DE | E | 0 | 8 | 5 | 92 | 37 | 58 |
| Octal | 317 | 361 | 336 | 16 | 0 | 10 | 5 | 222 | 67 | 130 |
| Binary | 11001111 | 11110001 | 11011110 | 1110 | 0 | 1000 | 101 | 10010010 | 110111 | 1011000 |
Color Harmonies of #CFF1DE
Complementary color
Monochromatic Colors of #CFF1DE
Black with #CFF1DE
Text Example
Text Example
White with #CFF1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1DE; }
p { color: rgb(207,241,222); }
H1.HeaderClassName
{
color: #CFF1DE;
}
.AnyTagClassName
{
color: #CFF1DE;
}
</style>
background-color css
<style>
a { background-color: #CFF1DE; }
a { background-color: rgb(207,241,222); }
div.DivClassName
{
background-color: #CFF1DE;
}
.BgClassName
{
background-color: #CFF1DE;
}
</style>
border-color css
<style>
span { border-color: #CFF1DE; }
span { border-color: rgb(207,241,222); }
td.TdClassName
{
border-color: #CFF1DE;
}
.TagClassName
{
border-color: #CFF1DE;
}
</style>