Shades of White Ice #CFF3E0
Tints of White Ice #CFF3E0
RGB
CMYK
RGB Variations
Color information
#CFF3E0 (or 0xCFF3E0) is known color: White Ice. HEX triplet: CF, F3 and E0. RGB value is (207,243,224). Sum of RGB (Red+Green+Blue) = 207+243+224=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 224 (87.89% from 255 or 33.23% from 674); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF3E0 is #300C1F. Grayscale: #E6E6E6. Windows color (decimal): -3148832 or 14742479. OLE color: 14742479.
HSL color Cylindrical-coordinate representation of color #CFF3E0: hue angle of 148.33º 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 #CFF3E0 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 224 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.05 |
| HSL | 148.33º | 0.6% | 0.88% | - |
| HSV(B) | 148.33º | 0.15% | 0.95% | - |
| XYZ | 71.24 | 82.75 | 82.74 | - |
| YUV | 230.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 224 | 0.15 | 0 | 0.08 | 0.05 | 148.33 | 0.6 | 0.88 |
| Hex | CF | F3 | E0 | F | 0 | 8 | 5 | 94 | 3C | 58 |
| Octal | 317 | 363 | 340 | 17 | 0 | 10 | 5 | 224 | 74 | 130 |
| Binary | 11001111 | 11110011 | 11100000 | 1111 | 0 | 1000 | 101 | 10010100 | 111100 | 1011000 |
Color Harmonies of #CFF3E0
Complementary color
Monochromatic Colors of #CFF3E0
Black with #CFF3E0
Text Example
Text Example
White with #CFF3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3E0; }
p { color: rgb(207,243,224); }
H1.HeaderClassName
{
color: #CFF3E0;
}
.AnyTagClassName
{
color: #CFF3E0;
}
</style>
background-color css
<style>
a { background-color: #CFF3E0; }
a { background-color: rgb(207,243,224); }
div.DivClassName
{
background-color: #CFF3E0;
}
.BgClassName
{
background-color: #CFF3E0;
}
</style>
border-color css
<style>
span { border-color: #CFF3E0; }
span { border-color: rgb(207,243,224); }
td.TdClassName
{
border-color: #CFF3E0;
}
.TagClassName
{
border-color: #CFF3E0;
}
</style>