Shades of White Ice #CFFEE7
Tints of White Ice #CFFEE7
RGB
CMYK
RGB Variations
Color information
#CFFEE7 (or 0xCFFEE7) is known color: White Ice. HEX triplet: CF, FE and E7. RGB value is (207,254,231). Sum of RGB (Red+Green+Blue) = 207+254+231=692 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.91% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFEE7 is #300118. Grayscale: #EDEDED. Windows color (decimal): -3146009 or 15204047. OLE color: 15204047.
HSL color Cylindrical-coordinate representation of color #CFFEE7: hue angle of 150.64º 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 #CFFEE7 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 207 | 254 | 231 | - |
CMYK | 0.19 | 0 | 0.09 | 0.00 |
HSL | 150.64º | 0.96% | 0.9% | - |
HSV(B) | 150.64º | 0.19% | 1% | - |
XYZ | 75.6 | 89.92 | 88.97 | - |
YUV | 237.33 | 124.43 | 106.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 254 | 231 | 0.19 | 0 | 0.09 | 0.00 | 150.64 | 0.96 | 0.9 |
Hex | CF | FE | E7 | 13 | 0 | 9 | 0 | 97 | 60 | 5A |
Octal | 317 | 376 | 347 | 23 | 0 | 11 | 0 | 227 | 140 | 132 |
Binary | 11001111 | 11111110 | 11100111 | 10011 | 0 | 1001 | 0 | 10010111 | 1100000 | 1011010 |
Color Harmonies of #CFFEE7
Complementary color
Monochromatic Colors of #CFFEE7
Black with #CFFEE7
Text Example
Text Example
White with #CFFEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFEE7; }
p { color: rgb(207,254,231); }
H1.HeaderClassName
{
color: #CFFEE7;
}
.AnyTagClassName
{
color: #CFFEE7;
}
</style>
background-color css
<style>
a { background-color: #CFFEE7; }
a { background-color: rgb(207,254,231); }
div.DivClassName
{
background-color: #CFFEE7;
}
.BgClassName
{
background-color: #CFFEE7;
}
</style>
border-color css
<style>
span { border-color: #CFFEE7; }
span { border-color: rgb(207,254,231); }
td.TdClassName
{
border-color: #CFFEE7;
}
.TagClassName
{
border-color: #CFFEE7;
}
</style>