Shades of White Ice #CFF0DC
Tints of White Ice #CFF0DC
RGB
CMYK
RGB Variations
Color information
#CFF0DC (or 0xCFF0DC) is known color: White Ice. HEX triplet: CF, F0 and DC. RGB value is (207,240,220). Sum of RGB (Red+Green+Blue) = 207+240+220=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0DC is #300F23. Grayscale: #E3E3E3. Windows color (decimal): -3149604 or 14479567. OLE color: 14479567.
HSL color Cylindrical-coordinate representation of color #CFF0DC: hue angle of 143.64º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF0DC is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 220 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.06 |
| HSL | 143.64º | 0.52% | 0.88% | - |
| HSV(B) | 143.64º | 0.14% | 0.94% | - |
| XYZ | 69.81 | 80.75 | 79.62 | - |
| YUV | 227.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 220 | 0.14 | 0 | 0.08 | 0.06 | 143.64 | 0.52 | 0.88 |
| Hex | CF | F0 | DC | E | 0 | 8 | 6 | 90 | 34 | 58 |
| Octal | 317 | 360 | 334 | 16 | 0 | 10 | 6 | 220 | 64 | 130 |
| Binary | 11001111 | 11110000 | 11011100 | 1110 | 0 | 1000 | 110 | 10010000 | 110100 | 1011000 |
Color Harmonies of #CFF0DC
Complementary color
Monochromatic Colors of #CFF0DC
Black with #CFF0DC
Text Example
Text Example
White with #CFF0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0DC; }
p { color: rgb(207,240,220); }
H1.HeaderClassName
{
color: #CFF0DC;
}
.AnyTagClassName
{
color: #CFF0DC;
}
</style>
background-color css
<style>
a { background-color: #CFF0DC; }
a { background-color: rgb(207,240,220); }
div.DivClassName
{
background-color: #CFF0DC;
}
.BgClassName
{
background-color: #CFF0DC;
}
</style>
border-color css
<style>
span { border-color: #CFF0DC; }
span { border-color: rgb(207,240,220); }
td.TdClassName
{
border-color: #CFF0DC;
}
.TagClassName
{
border-color: #CFF0DC;
}
</style>