Shades of Jagged Ice #CADFDC
Tints of Jagged Ice #CADFDC
RGB
CMYK
RGB Variations
Color information
#CADFDC (or 0xCADFDC) is known color: Jagged Ice. HEX triplet: CA, DF and DC. RGB value is (202,223,220). Sum of RGB (Red+Green+Blue) = 202+223+220=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFDC is #352023. Grayscale: #D8D8D8. Windows color (decimal): -3481636 or 14475210. OLE color: 14475210.
HSL color Cylindrical-coordinate representation of color #CADFDC: hue angle of 171.43º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADFDC is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 223 | 220 | - |
CMYK | 0.09 | 0 | 0.01 | 0.13 |
HSL | 171.43º | 0.25% | 0.83% | - |
HSV(B) | 171.43º | 0.09% | 0.87% | - |
XYZ | 63.66 | 70.5 | 77.96 | - |
YUV | 216.38 | 130.04 | 117.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 220 | 0.09 | 0 | 0.01 | 0.13 | 171.43 | 0.25 | 0.83 |
Hex | CA | DF | DC | 9 | 0 | 1 | D | AB | 19 | 53 |
Octal | 312 | 337 | 334 | 11 | 0 | 1 | 15 | 253 | 31 | 123 |
Binary | 11001010 | 11011111 | 11011100 | 1001 | 0 | 1 | 1101 | 10101011 | 11001 | 1010011 |
Color Harmonies of #CADFDC
Complementary color
Monochromatic Colors of #CADFDC
Black with #CADFDC
Text Example
Text Example
White with #CADFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFDC; }
p { color: rgb(202,223,220); }
H1.HeaderClassName
{
color: #CADFDC;
}
.AnyTagClassName
{
color: #CADFDC;
}
</style>
background-color css
<style>
a { background-color: #CADFDC; }
a { background-color: rgb(202,223,220); }
div.DivClassName
{
background-color: #CADFDC;
}
.BgClassName
{
background-color: #CADFDC;
}
</style>
border-color css
<style>
span { border-color: #CADFDC; }
span { border-color: rgb(202,223,220); }
td.TdClassName
{
border-color: #CADFDC;
}
.TagClassName
{
border-color: #CADFDC;
}
</style>