Shades of White Ice #CFFDE4
Tints of White Ice #CFFDE4
RGB
CMYK
RGB Variations
Color information
#CFFDE4 (or 0xCFFDE4) is known color: White Ice. HEX triplet: CF, FD and E4. RGB value is (207,253,228). Sum of RGB (Red+Green+Blue) = 207+253+228=688 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.09% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 228 (89.45% from 255 or 33.14% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDE4 is #30021B. Grayscale: #ECECEC. Windows color (decimal): -3146268 or 15007183. OLE color: 15007183.
HSL color Cylindrical-coordinate representation of color #CFFDE4: hue angle of 147.39º 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 #CFFDE4 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 228 | - |
CMYK | 0.18 | 0 | 0.10 | 0.01 |
HSL | 147.39º | 0.92% | 0.9% | - |
HSV(B) | 147.39º | 0.18% | 0.99% | - |
XYZ | 74.86 | 89.12 | 86.65 | - |
YUV | 236.4 | 123.26 | 107.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 228 | 0.18 | 0 | 0.10 | 0.01 | 147.39 | 0.92 | 0.9 |
Hex | CF | FD | E4 | 12 | 0 | A | 1 | 93 | 5C | 5A |
Octal | 317 | 375 | 344 | 22 | 0 | 12 | 1 | 223 | 134 | 132 |
Binary | 11001111 | 11111101 | 11100100 | 10010 | 0 | 1010 | 1 | 10010011 | 1011100 | 1011010 |
Color Harmonies of #CFFDE4
Complementary color
Monochromatic Colors of #CFFDE4
Black with #CFFDE4
Text Example
Text Example
White with #CFFDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDE4; }
p { color: rgb(207,253,228); }
H1.HeaderClassName
{
color: #CFFDE4;
}
.AnyTagClassName
{
color: #CFFDE4;
}
</style>
background-color css
<style>
a { background-color: #CFFDE4; }
a { background-color: rgb(207,253,228); }
div.DivClassName
{
background-color: #CFFDE4;
}
.BgClassName
{
background-color: #CFFDE4;
}
</style>
border-color css
<style>
span { border-color: #CFFDE4; }
span { border-color: rgb(207,253,228); }
td.TdClassName
{
border-color: #CFFDE4;
}
.TagClassName
{
border-color: #CFFDE4;
}
</style>