Shades of Jagged Ice #C7DFDC
Tints of Jagged Ice #C7DFDC
RGB
CMYK
RGB Variations
Color information
#C7DFDC (or 0xC7DFDC) is known color: Jagged Ice. HEX triplet: C7, DF and DC. RGB value is (199,223,220). Sum of RGB (Red+Green+Blue) = 199+223+220=642 (85% of max value = 765). Red value is 199 (78.12% from 255 or 31.00% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DFDC is #382023. Grayscale: #D7D7D7. Windows color (decimal): -3678244 or 14475207. OLE color: 14475207.
HSL color Cylindrical-coordinate representation of color #C7DFDC: hue angle of 172.5º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7DFDC is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 223 | 220 | - |
CMYK | 0.11 | 0 | 0.01 | 0.13 |
HSL | 172.5º | 0.27% | 0.83% | - |
HSV(B) | 172.5º | 0.11% | 0.87% | - |
XYZ | 62.86 | 70.08 | 77.92 | - |
YUV | 215.48 | 130.55 | 116.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 223 | 220 | 0.11 | 0 | 0.01 | 0.13 | 172.5 | 0.27 | 0.83 |
Hex | C7 | DF | DC | B | 0 | 1 | D | AC | 1B | 53 |
Octal | 307 | 337 | 334 | 13 | 0 | 1 | 15 | 254 | 33 | 123 |
Binary | 11000111 | 11011111 | 11011100 | 1011 | 0 | 1 | 1101 | 10101100 | 11011 | 1010011 |
Color Harmonies of #C7DFDC
Complementary color
Monochromatic Colors of #C7DFDC
Black with #C7DFDC
Text Example
Text Example
White with #C7DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DFDC; }
p { color: rgb(199,223,220); }
H1.HeaderClassName
{
color: #C7DFDC;
}
.AnyTagClassName
{
color: #C7DFDC;
}
</style>
background-color css
<style>
a { background-color: #C7DFDC; }
a { background-color: rgb(199,223,220); }
div.DivClassName
{
background-color: #C7DFDC;
}
.BgClassName
{
background-color: #C7DFDC;
}
</style>
border-color css
<style>
span { border-color: #C7DFDC; }
span { border-color: rgb(199,223,220); }
td.TdClassName
{
border-color: #C7DFDC;
}
.TagClassName
{
border-color: #C7DFDC;
}
</style>