Shades of Granny Apple #CADED0
Tints of Granny Apple #CADED0
RGB
CMYK
RGB Variations
Color information
#CADED0 (or 0xCADED0) is known color: Granny Apple. HEX triplet: CA, DE and D0. RGB value is (202,222,208). Sum of RGB (Red+Green+Blue) = 202+222+208=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 222 - color contains mainly: green. Hex color #CADED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADED0 is #35212F. Grayscale: #D6D6D6. Windows color (decimal): -3481904 or 13688522. OLE color: 13688522.
HSL color Cylindrical-coordinate representation of color #CADED0: hue angle of 138º 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 #CADED0 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 222 | 208 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.13 |
| HSL | 138º | 0.23% | 0.83% | - |
| HSV(B) | 138º | 0.09% | 0.87% | - |
| XYZ | 61.86 | 69.35 | 69.8 | - |
| YUV | 214.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 208 | 0.09 | 0 | 0.06 | 0.13 | 138 | 0.23 | 0.83 |
| Hex | CA | DE | D0 | 9 | 0 | 6 | D | 8A | 17 | 53 |
| Octal | 312 | 336 | 320 | 11 | 0 | 6 | 15 | 212 | 27 | 123 |
| Binary | 11001010 | 11011110 | 11010000 | 1001 | 0 | 110 | 1101 | 10001010 | 10111 | 1010011 |
Color Harmonies of #CADED0
Complementary color
Monochromatic Colors of #CADED0
Black with #CADED0
Text Example
Text Example
White with #CADED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADED0; }
p { color: rgb(202,222,208); }
H1.HeaderClassName
{
color: #CADED0;
}
.AnyTagClassName
{
color: #CADED0;
}
</style>
background-color css
<style>
a { background-color: #CADED0; }
a { background-color: rgb(202,222,208); }
div.DivClassName
{
background-color: #CADED0;
}
.BgClassName
{
background-color: #CADED0;
}
</style>
border-color css
<style>
span { border-color: #CADED0; }
span { border-color: rgb(202,222,208); }
td.TdClassName
{
border-color: #CADED0;
}
.TagClassName
{
border-color: #CADED0;
}
</style>