Shades of Granny Apple #CADCD0
Tints of Granny Apple #CADCD0
RGB
CMYK
RGB Variations
Color information
#CADCD0 (or 0xCADCD0) is known color: Granny Apple. HEX triplet: CA, DC and D0. RGB value is (202,220,208). Sum of RGB (Red+Green+Blue) = 202+220+208=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCD0 is #35232F. Grayscale: #D5D5D5. Windows color (decimal): -3482416 or 13688010. OLE color: 13688010.
HSL color Cylindrical-coordinate representation of color #CADCD0: hue angle of 140º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CADCD0 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 220 | 208 | - |
CMYK | 0.08 | 0 | 0.05 | 0.14 |
HSL | 140º | 0.2% | 0.83% | - |
HSV(B) | 140º | 0.08% | 0.86% | - |
XYZ | 61.34 | 68.3 | 69.62 | - |
YUV | 213.25 | 125.04 | 119.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 220 | 208 | 0.08 | 0 | 0.05 | 0.14 | 140 | 0.2 | 0.83 |
Hex | CA | DC | D0 | 8 | 0 | 5 | E | 8C | 14 | 53 |
Octal | 312 | 334 | 320 | 10 | 0 | 5 | 16 | 214 | 24 | 123 |
Binary | 11001010 | 11011100 | 11010000 | 1000 | 0 | 101 | 1110 | 10001100 | 10100 | 1010011 |
Color Harmonies of #CADCD0
Complementary color
Monochromatic Colors of #CADCD0
Black with #CADCD0
Text Example
Text Example
White with #CADCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCD0; }
p { color: rgb(202,220,208); }
H1.HeaderClassName
{
color: #CADCD0;
}
.AnyTagClassName
{
color: #CADCD0;
}
</style>
background-color css
<style>
a { background-color: #CADCD0; }
a { background-color: rgb(202,220,208); }
div.DivClassName
{
background-color: #CADCD0;
}
.BgClassName
{
background-color: #CADCD0;
}
</style>
border-color css
<style>
span { border-color: #CADCD0; }
span { border-color: rgb(202,220,208); }
td.TdClassName
{
border-color: #CADCD0;
}
.TagClassName
{
border-color: #CADCD0;
}
</style>