Shades of Granny Apple #CADECD
Tints of Granny Apple #CADECD
RGB
CMYK
RGB Variations
Color information
#CADECD (or 0xCADECD) is known color: Granny Apple. HEX triplet: CA, DE and CD. RGB value is (202,222,205). Sum of RGB (Red+Green+Blue) = 202+222+205=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #CADECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADECD is #352132. Grayscale: #D6D6D6. Windows color (decimal): -3481907 or 13491914. OLE color: 13491914.
HSL color Cylindrical-coordinate representation of color #CADECD: hue angle of 129º degrees, saturation: 0.23, 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 #CADECD is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 222 | 205 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.13 |
| HSL | 129º | 0.23% | 0.83% | - |
| HSV(B) | 129º | 0.09% | 0.87% | - |
| XYZ | 61.5 | 69.21 | 67.87 | - |
| YUV | 214.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 205 | 0.09 | 0 | 0.08 | 0.13 | 129 | 0.23 | 0.83 |
| Hex | CA | DE | CD | 9 | 0 | 8 | D | 81 | 17 | 53 |
| Octal | 312 | 336 | 315 | 11 | 0 | 10 | 15 | 201 | 27 | 123 |
| Binary | 11001010 | 11011110 | 11001101 | 1001 | 0 | 1000 | 1101 | 10000001 | 10111 | 1010011 |
Color Harmonies of #CADECD
Complementary color
Monochromatic Colors of #CADECD
Black with #CADECD
Text Example
Text Example
White with #CADECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADECD; }
p { color: rgb(202,222,205); }
H1.HeaderClassName
{
color: #CADECD;
}
.AnyTagClassName
{
color: #CADECD;
}
</style>
background-color css
<style>
a { background-color: #CADECD; }
a { background-color: rgb(202,222,205); }
div.DivClassName
{
background-color: #CADECD;
}
.BgClassName
{
background-color: #CADECD;
}
</style>
border-color css
<style>
span { border-color: #CADECD; }
span { border-color: rgb(202,222,205); }
td.TdClassName
{
border-color: #CADECD;
}
.TagClassName
{
border-color: #CADECD;
}
</style>