Shades of White Ice #C7FEDF
Tints of White Ice #C7FEDF
RGB
CMYK
RGB Variations
Color information
#C7FEDF (or 0xC7FEDF) is known color: White Ice. HEX triplet: C7, FE and DF. RGB value is (199,254,223). Sum of RGB (Red+Green+Blue) = 199+254+223=676 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.44% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FEDF is #380120. Grayscale: #EAEAEA. Windows color (decimal): -3670305 or 14679751. OLE color: 14679751.
HSL color Cylindrical-coordinate representation of color #C7FEDF: hue angle of 146.18º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FEDF is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 199 | 254 | 223 | - |
CMYK | 0.22 | 0 | 0.12 | 0.00 |
HSL | 146.18º | 0.96% | 0.89% | - |
HSV(B) | 146.18º | 0.22% | 1% | - |
XYZ | 72.31 | 88.35 | 83.05 | - |
YUV | 234.02 | 121.78 | 103.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 254 | 223 | 0.22 | 0 | 0.12 | 0.00 | 146.18 | 0.96 | 0.89 |
Hex | C7 | FE | DF | 16 | 0 | C | 0 | 92 | 60 | 59 |
Octal | 307 | 376 | 337 | 26 | 0 | 14 | 0 | 222 | 140 | 131 |
Binary | 11000111 | 11111110 | 11011111 | 10110 | 0 | 1100 | 0 | 10010010 | 1100000 | 1011001 |
Color Harmonies of #C7FEDF
Complementary color
Monochromatic Colors of #C7FEDF
Black with #C7FEDF
Text Example
Text Example
White with #C7FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FEDF; }
p { color: rgb(199,254,223); }
H1.HeaderClassName
{
color: #C7FEDF;
}
.AnyTagClassName
{
color: #C7FEDF;
}
</style>
background-color css
<style>
a { background-color: #C7FEDF; }
a { background-color: rgb(199,254,223); }
div.DivClassName
{
background-color: #C7FEDF;
}
.BgClassName
{
background-color: #C7FEDF;
}
</style>
border-color css
<style>
span { border-color: #C7FEDF; }
span { border-color: rgb(199,254,223); }
td.TdClassName
{
border-color: #C7FEDF;
}
.TagClassName
{
border-color: #C7FEDF;
}
</style>