Shades of White Ice #CFFDE5
Tints of White Ice #CFFDE5
RGB
CMYK
RGB Variations
Color information
#CFFDE5 (or 0xCFFDE5) is known color: White Ice. HEX triplet: CF, FD and E5. RGB value is (207,253,229). Sum of RGB (Red+Green+Blue) = 207+253+229=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDE5 is #30021A. Grayscale: #ECECEC. Windows color (decimal): -3146267 or 15072719. OLE color: 15072719.
HSL color Cylindrical-coordinate representation of color #CFFDE5: hue angle of 148.7º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFDE5 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 229 | - |
CMYK | 0.18 | 0 | 0.09 | 0.01 |
HSL | 148.7º | 0.92% | 0.9% | - |
HSV(B) | 148.7º | 0.18% | 0.99% | - |
XYZ | 75 | 89.17 | 87.39 | - |
YUV | 236.51 | 123.76 | 106.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 229 | 0.18 | 0 | 0.09 | 0.01 | 148.7 | 0.92 | 0.9 |
Hex | CF | FD | E5 | 12 | 0 | 9 | 1 | 95 | 5C | 5A |
Octal | 317 | 375 | 345 | 22 | 0 | 11 | 1 | 225 | 134 | 132 |
Binary | 11001111 | 11111101 | 11100101 | 10010 | 0 | 1001 | 1 | 10010101 | 1011100 | 1011010 |
Color Harmonies of #CFFDE5
Complementary color
Monochromatic Colors of #CFFDE5
Black with #CFFDE5
Text Example
Text Example
White with #CFFDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDE5; }
p { color: rgb(207,253,229); }
H1.HeaderClassName
{
color: #CFFDE5;
}
.AnyTagClassName
{
color: #CFFDE5;
}
</style>
background-color css
<style>
a { background-color: #CFFDE5; }
a { background-color: rgb(207,253,229); }
div.DivClassName
{
background-color: #CFFDE5;
}
.BgClassName
{
background-color: #CFFDE5;
}
</style>
border-color css
<style>
span { border-color: #CFFDE5; }
span { border-color: rgb(207,253,229); }
td.TdClassName
{
border-color: #CFFDE5;
}
.TagClassName
{
border-color: #CFFDE5;
}
</style>