Shades of Jagged Ice #C8DFDC
Tints of Jagged Ice #C8DFDC
RGB
CMYK
RGB Variations
Color information
#C8DFDC (or 0xC8DFDC) is known color: Jagged Ice. HEX triplet: C8, DF and DC. RGB value is (200,223,220). Sum of RGB (Red+Green+Blue) = 200+223+220=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DFDC is #372023. Grayscale: #D7D7D7. Windows color (decimal): -3612708 or 14475208. OLE color: 14475208.
HSL color Cylindrical-coordinate representation of color #C8DFDC: hue angle of 172.17º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DFDC is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 223 | 220 | - |
CMYK | 0.10 | 0 | 0.01 | 0.13 |
HSL | 172.17º | 0.26% | 0.83% | - |
HSV(B) | 172.17º | 0.1% | 0.87% | - |
XYZ | 63.13 | 70.22 | 77.94 | - |
YUV | 215.78 | 130.38 | 116.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 223 | 220 | 0.10 | 0 | 0.01 | 0.13 | 172.17 | 0.26 | 0.83 |
Hex | C8 | DF | DC | A | 0 | 1 | D | AC | 1A | 53 |
Octal | 310 | 337 | 334 | 12 | 0 | 1 | 15 | 254 | 32 | 123 |
Binary | 11001000 | 11011111 | 11011100 | 1010 | 0 | 1 | 1101 | 10101100 | 11010 | 1010011 |
Color Harmonies of #C8DFDC
Complementary color
Monochromatic Colors of #C8DFDC
Black with #C8DFDC
Text Example
Text Example
White with #C8DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DFDC; }
p { color: rgb(200,223,220); }
H1.HeaderClassName
{
color: #C8DFDC;
}
.AnyTagClassName
{
color: #C8DFDC;
}
</style>
background-color css
<style>
a { background-color: #C8DFDC; }
a { background-color: rgb(200,223,220); }
div.DivClassName
{
background-color: #C8DFDC;
}
.BgClassName
{
background-color: #C8DFDC;
}
</style>
border-color css
<style>
span { border-color: #C8DFDC; }
span { border-color: rgb(200,223,220); }
td.TdClassName
{
border-color: #C8DFDC;
}
.TagClassName
{
border-color: #C8DFDC;
}
</style>