Shades of White Ice #CFFFE7
Tints of White Ice #CFFFE7
RGB
CMYK
RGB Variations
Color information
#CFFFE7 (or 0xCFFFE7) is known color: White Ice. HEX triplet: CF, FF and E7. RGB value is (207,255,231). Sum of RGB (Red+Green+Blue) = 207+255+231=693 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.87% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 231 (90.62% from 255 or 33.33% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFFE7 is #300018. Grayscale: #EDEDED. Windows color (decimal): -3145753 or 15204303. OLE color: 15204303.
HSL color Cylindrical-coordinate representation of color #CFFFE7: hue angle of 150º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFFE7 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
RGB | 207 | 255 | 231 | - |
CMYK | 0.19 | 0 | 0.09 | 0 |
HSL | 150º | 1% | 0.91% | - |
HSV(B) | 150º | 0.19% | 1% | - |
XYZ | 75.92 | 90.55 | 89.08 | - |
YUV | 237.91 | 124.1 | 105.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 255 | 231 | 0.19 | 0 | 0.09 | 0 | 150 | 1 | 0.91 |
Hex | CF | FF | E7 | 13 | 0 | 9 | 0 | 96 | 64 | 5B |
Octal | 317 | 377 | 347 | 23 | 0 | 11 | 0 | 226 | 144 | 133 |
Binary | 11001111 | 11111111 | 11100111 | 10011 | 0 | 1001 | 0 | 10010110 | 1100100 | 1011011 |
Color Harmonies of #CFFFE7
Complementary color
Monochromatic Colors of #CFFFE7
Black with #CFFFE7
Text Example
Text Example
White with #CFFFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFE7; }
p { color: rgb(207,255,231); }
H1.HeaderClassName
{
color: #CFFFE7;
}
.AnyTagClassName
{
color: #CFFFE7;
}
</style>
background-color css
<style>
a { background-color: #CFFFE7; }
a { background-color: rgb(207,255,231); }
div.DivClassName
{
background-color: #CFFFE7;
}
.BgClassName
{
background-color: #CFFFE7;
}
</style>
border-color css
<style>
span { border-color: #CFFFE7; }
span { border-color: rgb(207,255,231); }
td.TdClassName
{
border-color: #CFFFE7;
}
.TagClassName
{
border-color: #CFFFE7;
}
</style>