Shades of Granny Apple #CADDD0
Tints of Granny Apple #CADDD0
RGB
CMYK
RGB Variations
Color information
#CADDD0 (or 0xCADDD0) is known color: Granny Apple. HEX triplet: CA, DD and D0. RGB value is (202,221,208). Sum of RGB (Red+Green+Blue) = 202+221+208=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDD0 is #35222F. Grayscale: #D5D5D5. Windows color (decimal): -3482160 or 13688266. OLE color: 13688266.
HSL color Cylindrical-coordinate representation of color #CADDD0: hue angle of 138.95º 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 #CADDD0 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 208 | - |
CMYK | 0.09 | 0 | 0.06 | 0.13 |
HSL | 138.95º | 0.22% | 0.83% | - |
HSV(B) | 138.95º | 0.09% | 0.87% | - |
XYZ | 61.6 | 68.82 | 69.71 | - |
YUV | 213.84 | 124.71 | 119.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 208 | 0.09 | 0 | 0.06 | 0.13 | 138.95 | 0.22 | 0.83 |
Hex | CA | DD | D0 | 9 | 0 | 6 | D | 8B | 16 | 53 |
Octal | 312 | 335 | 320 | 11 | 0 | 6 | 15 | 213 | 26 | 123 |
Binary | 11001010 | 11011101 | 11010000 | 1001 | 0 | 110 | 1101 | 10001011 | 10110 | 1010011 |
Color Harmonies of #CADDD0
Complementary color
Monochromatic Colors of #CADDD0
Black with #CADDD0
Text Example
Text Example
White with #CADDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDD0; }
p { color: rgb(202,221,208); }
H1.HeaderClassName
{
color: #CADDD0;
}
.AnyTagClassName
{
color: #CADDD0;
}
</style>
background-color css
<style>
a { background-color: #CADDD0; }
a { background-color: rgb(202,221,208); }
div.DivClassName
{
background-color: #CADDD0;
}
.BgClassName
{
background-color: #CADDD0;
}
</style>
border-color css
<style>
span { border-color: #CADDD0; }
span { border-color: rgb(202,221,208); }
td.TdClassName
{
border-color: #CADDD0;
}
.TagClassName
{
border-color: #CADDD0;
}
</style>