Shades of White Ice #C7FCDF
Tints of White Ice #C7FCDF
RGB
CMYK
RGB Variations
Color information
#C7FCDF (or 0xC7FCDF) is known color: White Ice. HEX triplet: C7, FC and DF. RGB value is (199,252,223). Sum of RGB (Red+Green+Blue) = 199+252+223=674 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.53% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FCDF is #380320. Grayscale: #E8E8E8. Windows color (decimal): -3670817 or 14679239. OLE color: 14679239.
HSL color Cylindrical-coordinate representation of color #C7FCDF: hue angle of 147.17º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FCDF is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 252 | 223 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.01 |
| HSL | 147.17º | 0.9% | 0.88% | - |
| HSV(B) | 147.17º | 0.21% | 0.99% | - |
| XYZ | 71.68 | 87.09 | 82.84 | - |
| YUV | 232.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 252 | 223 | 0.21 | 0 | 0.12 | 0.01 | 147.17 | 0.9 | 0.88 |
| Hex | C7 | FC | DF | 15 | 0 | C | 1 | 93 | 5A | 58 |
| Octal | 307 | 374 | 337 | 25 | 0 | 14 | 1 | 223 | 132 | 130 |
| Binary | 11000111 | 11111100 | 11011111 | 10101 | 0 | 1100 | 1 | 10010011 | 1011010 | 1011000 |
Color Harmonies of #C7FCDF
Complementary color
Monochromatic Colors of #C7FCDF
Black with #C7FCDF
Text Example
Text Example
White with #C7FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FCDF; }
p { color: rgb(199,252,223); }
H1.HeaderClassName
{
color: #C7FCDF;
}
.AnyTagClassName
{
color: #C7FCDF;
}
</style>
background-color css
<style>
a { background-color: #C7FCDF; }
a { background-color: rgb(199,252,223); }
div.DivClassName
{
background-color: #C7FCDF;
}
.BgClassName
{
background-color: #C7FCDF;
}
</style>
border-color css
<style>
span { border-color: #C7FCDF; }
span { border-color: rgb(199,252,223); }
td.TdClassName
{
border-color: #C7FCDF;
}
.TagClassName
{
border-color: #C7FCDF;
}
</style>