Shades of Granny Apple #CADDD1
Tints of Granny Apple #CADDD1
RGB
CMYK
RGB Variations
Color information
#CADDD1 (or 0xCADDD1) is known color: Granny Apple. HEX triplet: CA, DD and D1. RGB value is (202,221,209). Sum of RGB (Red+Green+Blue) = 202+221+209=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDD1 is #35222E. Grayscale: #D5D5D5. Windows color (decimal): -3482159 or 13753802. OLE color: 13753802.
HSL color Cylindrical-coordinate representation of color #CADDD1: hue angle of 142.11º 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 #CADDD1 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 209 | - |
CMYK | 0.09 | 0 | 0.05 | 0.13 |
HSL | 142.11º | 0.22% | 0.83% | - |
HSV(B) | 142.11º | 0.09% | 0.87% | - |
XYZ | 61.72 | 68.87 | 70.36 | - |
YUV | 213.95 | 125.21 | 119.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 209 | 0.09 | 0 | 0.05 | 0.13 | 142.11 | 0.22 | 0.83 |
Hex | CA | DD | D1 | 9 | 0 | 5 | D | 8E | 16 | 53 |
Octal | 312 | 335 | 321 | 11 | 0 | 5 | 15 | 216 | 26 | 123 |
Binary | 11001010 | 11011101 | 11010001 | 1001 | 0 | 101 | 1101 | 10001110 | 10110 | 1010011 |
Color Harmonies of #CADDD1
Complementary color
Monochromatic Colors of #CADDD1
Black with #CADDD1
Text Example
Text Example
White with #CADDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDD1; }
p { color: rgb(202,221,209); }
H1.HeaderClassName
{
color: #CADDD1;
}
.AnyTagClassName
{
color: #CADDD1;
}
</style>
background-color css
<style>
a { background-color: #CADDD1; }
a { background-color: rgb(202,221,209); }
div.DivClassName
{
background-color: #CADDD1;
}
.BgClassName
{
background-color: #CADDD1;
}
</style>
border-color css
<style>
span { border-color: #CADDD1; }
span { border-color: rgb(202,221,209); }
td.TdClassName
{
border-color: #CADDD1;
}
.TagClassName
{
border-color: #CADDD1;
}
</style>