Shades of Granny Apple #CADDCD
Tints of Granny Apple #CADDCD
RGB
CMYK
RGB Variations
Color information
#CADDCD (or 0xCADDCD) is known color: Granny Apple. HEX triplet: CA, DD and CD. RGB value is (202,221,205). Sum of RGB (Red+Green+Blue) = 202+221+205=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDCD is #352232. Grayscale: #D5D5D5. Windows color (decimal): -3482163 or 13491658. OLE color: 13491658.
HSL color Cylindrical-coordinate representation of color #CADDCD: hue angle of 129.47º degrees, saturation: 0.22, 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 #CADDCD is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 205 | - |
CMYK | 0.09 | 0 | 0.07 | 0.13 |
HSL | 129.47º | 0.22% | 0.83% | - |
HSV(B) | 129.47º | 0.09% | 0.87% | - |
XYZ | 61.23 | 68.68 | 67.79 | - |
YUV | 213.5 | 123.21 | 119.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 205 | 0.09 | 0 | 0.07 | 0.13 | 129.47 | 0.22 | 0.83 |
Hex | CA | DD | CD | 9 | 0 | 7 | D | 81 | 16 | 53 |
Octal | 312 | 335 | 315 | 11 | 0 | 7 | 15 | 201 | 26 | 123 |
Binary | 11001010 | 11011101 | 11001101 | 1001 | 0 | 111 | 1101 | 10000001 | 10110 | 1010011 |
Color Harmonies of #CADDCD
Complementary color
Monochromatic Colors of #CADDCD
Black with #CADDCD
Text Example
Text Example
White with #CADDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDCD; }
p { color: rgb(202,221,205); }
H1.HeaderClassName
{
color: #CADDCD;
}
.AnyTagClassName
{
color: #CADDCD;
}
</style>
background-color css
<style>
a { background-color: #CADDCD; }
a { background-color: rgb(202,221,205); }
div.DivClassName
{
background-color: #CADDCD;
}
.BgClassName
{
background-color: #CADDCD;
}
</style>
border-color css
<style>
span { border-color: #CADDCD; }
span { border-color: rgb(202,221,205); }
td.TdClassName
{
border-color: #CADDCD;
}
.TagClassName
{
border-color: #CADDCD;
}
</style>