Shades of Jagged Ice #CADFDD
Tints of Jagged Ice #CADFDD
RGB
CMYK
RGB Variations
Color information
#CADFDD (or 0xCADFDD) is known color: Jagged Ice. HEX triplet: CA, DF and DD. RGB value is (202,223,221). Sum of RGB (Red+Green+Blue) = 202+223+221=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFDD is #352022. Grayscale: #D8D8D8. Windows color (decimal): -3481635 or 14540746. OLE color: 14540746.
HSL color Cylindrical-coordinate representation of color #CADFDD: hue angle of 174.29º 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 #CADFDD is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 223 | 221 | - |
CMYK | 0.09 | 0 | 0.01 | 0.13 |
HSL | 174.29º | 0.25% | 0.83% | - |
HSV(B) | 174.29º | 0.09% | 0.87% | - |
XYZ | 63.8 | 70.55 | 78.66 | - |
YUV | 216.49 | 130.54 | 117.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 221 | 0.09 | 0 | 0.01 | 0.13 | 174.29 | 0.25 | 0.83 |
Hex | CA | DF | DD | 9 | 0 | 1 | D | AE | 19 | 53 |
Octal | 312 | 337 | 335 | 11 | 0 | 1 | 15 | 256 | 31 | 123 |
Binary | 11001010 | 11011111 | 11011101 | 1001 | 0 | 1 | 1101 | 10101110 | 11001 | 1010011 |
Color Harmonies of #CADFDD
Complementary color
Monochromatic Colors of #CADFDD
Black with #CADFDD
Text Example
Text Example
White with #CADFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFDD; }
p { color: rgb(202,223,221); }
H1.HeaderClassName
{
color: #CADFDD;
}
.AnyTagClassName
{
color: #CADFDD;
}
</style>
background-color css
<style>
a { background-color: #CADFDD; }
a { background-color: rgb(202,223,221); }
div.DivClassName
{
background-color: #CADFDD;
}
.BgClassName
{
background-color: #CADFDD;
}
</style>
border-color css
<style>
span { border-color: #CADFDD; }
span { border-color: rgb(202,223,221); }
td.TdClassName
{
border-color: #CADFDD;
}
.TagClassName
{
border-color: #CADFDD;
}
</style>