Shades of White Ice #CFECDD
Tints of White Ice #CFECDD
RGB
CMYK
RGB Variations
Color information
#CFECDD (or 0xCFECDD) is known color: White Ice. HEX triplet: CF, EC and DD. RGB value is (207,236,221). Sum of RGB (Red+Green+Blue) = 207+236+221=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECDD is #301322. Grayscale: #E1E1E1. Windows color (decimal): -3150627 or 14544079. OLE color: 14544079.
HSL color Cylindrical-coordinate representation of color #CFECDD: hue angle of 148.97º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFECDD is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 236 | 221 | - |
CMYK | 0.12 | 0 | 0.06 | 0.07 |
HSL | 148.97º | 0.43% | 0.87% | - |
HSV(B) | 148.97º | 0.12% | 0.93% | - |
XYZ | 68.78 | 78.48 | 79.93 | - |
YUV | 225.62 | 125.39 | 114.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 236 | 221 | 0.12 | 0 | 0.06 | 0.07 | 148.97 | 0.43 | 0.87 |
Hex | CF | EC | DD | C | 0 | 6 | 7 | 95 | 2B | 57 |
Octal | 317 | 354 | 335 | 14 | 0 | 6 | 7 | 225 | 53 | 127 |
Binary | 11001111 | 11101100 | 11011101 | 1100 | 0 | 110 | 111 | 10010101 | 101011 | 1010111 |
Color Harmonies of #CFECDD
Complementary color
Monochromatic Colors of #CFECDD
Black with #CFECDD
Text Example
Text Example
White with #CFECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECDD; }
p { color: rgb(207,236,221); }
H1.HeaderClassName
{
color: #CFECDD;
}
.AnyTagClassName
{
color: #CFECDD;
}
</style>
background-color css
<style>
a { background-color: #CFECDD; }
a { background-color: rgb(207,236,221); }
div.DivClassName
{
background-color: #CFECDD;
}
.BgClassName
{
background-color: #CFECDD;
}
</style>
border-color css
<style>
span { border-color: #CFECDD; }
span { border-color: rgb(207,236,221); }
td.TdClassName
{
border-color: #CFECDD;
}
.TagClassName
{
border-color: #CFECDD;
}
</style>