Shades of White Ice #C7FDDF
Tints of White Ice #C7FDDF
RGB
CMYK
RGB Variations
Color information
#C7FDDF (or 0xC7FDDF) is known color: White Ice. HEX triplet: C7, FD and DF. RGB value is (199,253,223). Sum of RGB (Red+Green+Blue) = 199+253+223=675 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.48% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FDDF is #380220. Grayscale: #E9E9E9. Windows color (decimal): -3670561 or 14679495. OLE color: 14679495.
HSL color Cylindrical-coordinate representation of color #C7FDDF: hue angle of 146.67º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FDDF is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 253 | 223 | - |
CMYK | 0.21 | 0 | 0.12 | 0.01 |
HSL | 146.67º | 0.93% | 0.89% | - |
HSV(B) | 146.67º | 0.21% | 0.99% | - |
XYZ | 72 | 87.72 | 82.95 | - |
YUV | 233.43 | 122.11 | 103.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 253 | 223 | 0.21 | 0 | 0.12 | 0.01 | 146.67 | 0.93 | 0.89 |
Hex | C7 | FD | DF | 15 | 0 | C | 1 | 93 | 5D | 59 |
Octal | 307 | 375 | 337 | 25 | 0 | 14 | 1 | 223 | 135 | 131 |
Binary | 11000111 | 11111101 | 11011111 | 10101 | 0 | 1100 | 1 | 10010011 | 1011101 | 1011001 |
Color Harmonies of #C7FDDF
Complementary color
Monochromatic Colors of #C7FDDF
Black with #C7FDDF
Text Example
Text Example
White with #C7FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FDDF; }
p { color: rgb(199,253,223); }
H1.HeaderClassName
{
color: #C7FDDF;
}
.AnyTagClassName
{
color: #C7FDDF;
}
</style>
background-color css
<style>
a { background-color: #C7FDDF; }
a { background-color: rgb(199,253,223); }
div.DivClassName
{
background-color: #C7FDDF;
}
.BgClassName
{
background-color: #C7FDDF;
}
</style>
border-color css
<style>
span { border-color: #C7FDDF; }
span { border-color: rgb(199,253,223); }
td.TdClassName
{
border-color: #C7FDDF;
}
.TagClassName
{
border-color: #C7FDDF;
}
</style>