Shades of White Ice #CFFEE8
Tints of White Ice #CFFEE8
RGB
CMYK
RGB Variations
Color information
#CFFEE8 (or 0xCFFEE8) is known color: White Ice. HEX triplet: CF, FE and E8. RGB value is (207,254,232). Sum of RGB (Red+Green+Blue) = 207+254+232=693 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.87% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 232 (91.02% from 255 or 33.48% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFEE8 is #300117. Grayscale: #EDEDED. Windows color (decimal): -3146008 or 15269583. OLE color: 15269583.
HSL color Cylindrical-coordinate representation of color #CFFEE8: hue angle of 151.91º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFEE8 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 207 | 254 | 232 | - |
CMYK | 0.19 | 0 | 0.09 | 0.00 |
HSL | 151.91º | 0.96% | 0.9% | - |
HSV(B) | 151.91º | 0.19% | 1% | - |
XYZ | 75.74 | 89.98 | 89.72 | - |
YUV | 237.44 | 124.93 | 106.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 254 | 232 | 0.19 | 0 | 0.09 | 0.00 | 151.91 | 0.96 | 0.9 |
Hex | CF | FE | E8 | 13 | 0 | 9 | 0 | 98 | 60 | 5A |
Octal | 317 | 376 | 350 | 23 | 0 | 11 | 0 | 230 | 140 | 132 |
Binary | 11001111 | 11111110 | 11101000 | 10011 | 0 | 1001 | 0 | 10011000 | 1100000 | 1011010 |
Color Harmonies of #CFFEE8
Complementary color
Monochromatic Colors of #CFFEE8
Black with #CFFEE8
Text Example
Text Example
White with #CFFEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFEE8; }
p { color: rgb(207,254,232); }
H1.HeaderClassName
{
color: #CFFEE8;
}
.AnyTagClassName
{
color: #CFFEE8;
}
</style>
background-color css
<style>
a { background-color: #CFFEE8; }
a { background-color: rgb(207,254,232); }
div.DivClassName
{
background-color: #CFFEE8;
}
.BgClassName
{
background-color: #CFFEE8;
}
</style>
border-color css
<style>
span { border-color: #CFFEE8; }
span { border-color: rgb(207,254,232); }
td.TdClassName
{
border-color: #CFFEE8;
}
.TagClassName
{
border-color: #CFFEE8;
}
</style>