Shades of White Ice #CFEFDF
Tints of White Ice #CFEFDF
RGB
CMYK
RGB Variations
Color information
#CFEFDF (or 0xCFEFDF) is known color: White Ice. HEX triplet: CF, EF and DF. RGB value is (207,239,223). Sum of RGB (Red+Green+Blue) = 207+239+223=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFDF is #301020. Grayscale: #E3E3E3. Windows color (decimal): -3149857 or 14675919. OLE color: 14675919.
HSL color Cylindrical-coordinate representation of color #CFEFDF: hue angle of 150º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEFDF is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 223 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.06 |
| HSL | 150º | 0.5% | 0.87% | - |
| HSV(B) | 150º | 0.13% | 0.94% | - |
| XYZ | 69.92 | 80.33 | 81.63 | - |
| YUV | 227.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 223 | 0.13 | 0 | 0.07 | 0.06 | 150 | 0.5 | 0.87 |
| Hex | CF | EF | DF | D | 0 | 7 | 6 | 96 | 32 | 57 |
| Octal | 317 | 357 | 337 | 15 | 0 | 7 | 6 | 226 | 62 | 127 |
| Binary | 11001111 | 11101111 | 11011111 | 1101 | 0 | 111 | 110 | 10010110 | 110010 | 1010111 |
Color Harmonies of #CFEFDF
Complementary color
Monochromatic Colors of #CFEFDF
Black with #CFEFDF
Text Example
Text Example
White with #CFEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFDF; }
p { color: rgb(207,239,223); }
H1.HeaderClassName
{
color: #CFEFDF;
}
.AnyTagClassName
{
color: #CFEFDF;
}
</style>
background-color css
<style>
a { background-color: #CFEFDF; }
a { background-color: rgb(207,239,223); }
div.DivClassName
{
background-color: #CFEFDF;
}
.BgClassName
{
background-color: #CFEFDF;
}
</style>
border-color css
<style>
span { border-color: #CFEFDF; }
span { border-color: rgb(207,239,223); }
td.TdClassName
{
border-color: #CFEFDF;
}
.TagClassName
{
border-color: #CFEFDF;
}
</style>