Shades of Granny Apple #CDDED2
Tints of Granny Apple #CDDED2
RGB
CMYK
RGB Variations
Color information
#CDDED2 (or 0xCDDED2) is known color: Granny Apple. HEX triplet: CD, DE and D2. RGB value is (205,222,210). Sum of RGB (Red+Green+Blue) = 205+222+210=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDED2 is #32212D. Grayscale: #D7D7D7. Windows color (decimal): -3285294 or 13819597. OLE color: 13819597.
HSL color Cylindrical-coordinate representation of color #CDDED2: hue angle of 137.65º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDDED2 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 205 | 222 | 210 | - |
CMYK | 0.08 | 0 | 0.05 | 0.13 |
HSL | 137.65º | 0.2% | 0.84% | - |
HSV(B) | 137.65º | 0.08% | 0.87% | - |
XYZ | 62.93 | 69.87 | 71.14 | - |
YUV | 215.55 | 124.87 | 120.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 222 | 210 | 0.08 | 0 | 0.05 | 0.13 | 137.65 | 0.2 | 0.84 |
Hex | CD | DE | D2 | 8 | 0 | 5 | D | 8A | 14 | 54 |
Octal | 315 | 336 | 322 | 10 | 0 | 5 | 15 | 212 | 24 | 124 |
Binary | 11001101 | 11011110 | 11010010 | 1000 | 0 | 101 | 1101 | 10001010 | 10100 | 1010100 |
Color Harmonies of #CDDED2
Complementary color
Monochromatic Colors of #CDDED2
Black with #CDDED2
Text Example
Text Example
White with #CDDED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDED2; }
p { color: rgb(205,222,210); }
H1.HeaderClassName
{
color: #CDDED2;
}
.AnyTagClassName
{
color: #CDDED2;
}
</style>
background-color css
<style>
a { background-color: #CDDED2; }
a { background-color: rgb(205,222,210); }
div.DivClassName
{
background-color: #CDDED2;
}
.BgClassName
{
background-color: #CDDED2;
}
</style>
border-color css
<style>
span { border-color: #CDDED2; }
span { border-color: rgb(205,222,210); }
td.TdClassName
{
border-color: #CDDED2;
}
.TagClassName
{
border-color: #CDDED2;
}
</style>