Shades of White Ice #CFF1DD
Tints of White Ice #CFF1DD
RGB
CMYK
RGB Variations
Color information
#CFF1DD (or 0xCFF1DD) is known color: White Ice. HEX triplet: CF, F1 and DD. RGB value is (207,241,221). Sum of RGB (Red+Green+Blue) = 207+241+221=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1DD is #300E22. Grayscale: #E4E4E4. Windows color (decimal): -3149347 or 14545359. OLE color: 14545359.
HSL color Cylindrical-coordinate representation of color #CFF1DD: hue angle of 144.71º 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 #CFF1DD is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 221 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.05 |
| HSL | 144.71º | 0.55% | 0.88% | - |
| HSV(B) | 144.71º | 0.14% | 0.95% | - |
| XYZ | 70.24 | 81.4 | 80.42 | - |
| YUV | 228.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 221 | 0.14 | 0 | 0.08 | 0.05 | 144.71 | 0.55 | 0.88 |
| Hex | CF | F1 | DD | E | 0 | 8 | 5 | 91 | 37 | 58 |
| Octal | 317 | 361 | 335 | 16 | 0 | 10 | 5 | 221 | 67 | 130 |
| Binary | 11001111 | 11110001 | 11011101 | 1110 | 0 | 1000 | 101 | 10010001 | 110111 | 1011000 |
Color Harmonies of #CFF1DD
Complementary color
Monochromatic Colors of #CFF1DD
Black with #CFF1DD
Text Example
Text Example
White with #CFF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1DD; }
p { color: rgb(207,241,221); }
H1.HeaderClassName
{
color: #CFF1DD;
}
.AnyTagClassName
{
color: #CFF1DD;
}
</style>
background-color css
<style>
a { background-color: #CFF1DD; }
a { background-color: rgb(207,241,221); }
div.DivClassName
{
background-color: #CFF1DD;
}
.BgClassName
{
background-color: #CFF1DD;
}
</style>
border-color css
<style>
span { border-color: #CFF1DD; }
span { border-color: rgb(207,241,221); }
td.TdClassName
{
border-color: #CFF1DD;
}
.TagClassName
{
border-color: #CFF1DD;
}
</style>