Shades of Granny Apple #CDEAD2
Tints of Granny Apple #CDEAD2
RGB
CMYK
RGB Variations
Color information
#CDEAD2 (or 0xCDEAD2) is known color: Granny Apple. HEX triplet: CD, EA and D2. RGB value is (205,234,210). Sum of RGB (Red+Green+Blue) = 205+234+210=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEAD2 is #32152D. Grayscale: #DEDEDE. Windows color (decimal): -3282222 or 13822669. OLE color: 13822669.
HSL color Cylindrical-coordinate representation of color #CDEAD2: hue angle of 130.34º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDEAD2 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 205 | 234 | 210 | - |
CMYK | 0.12 | 0 | 0.10 | 0.08 |
HSL | 130.34º | 0.41% | 0.86% | - |
HSV(B) | 130.34º | 0.12% | 0.92% | - |
XYZ | 66.23 | 76.48 | 72.24 | - |
YUV | 222.59 | 120.89 | 115.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 234 | 210 | 0.12 | 0 | 0.10 | 0.08 | 130.34 | 0.41 | 0.86 |
Hex | CD | EA | D2 | C | 0 | A | 8 | 82 | 29 | 56 |
Octal | 315 | 352 | 322 | 14 | 0 | 12 | 10 | 202 | 51 | 126 |
Binary | 11001101 | 11101010 | 11010010 | 1100 | 0 | 1010 | 1000 | 10000010 | 101001 | 1010110 |
Color Harmonies of #CDEAD2
Complementary color
Monochromatic Colors of #CDEAD2
Black with #CDEAD2
Text Example
Text Example
White with #CDEAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEAD2; }
p { color: rgb(205,234,210); }
H1.HeaderClassName
{
color: #CDEAD2;
}
.AnyTagClassName
{
color: #CDEAD2;
}
</style>
background-color css
<style>
a { background-color: #CDEAD2; }
a { background-color: rgb(205,234,210); }
div.DivClassName
{
background-color: #CDEAD2;
}
.BgClassName
{
background-color: #CDEAD2;
}
</style>
border-color css
<style>
span { border-color: #CDEAD2; }
span { border-color: rgb(205,234,210); }
td.TdClassName
{
border-color: #CDEAD2;
}
.TagClassName
{
border-color: #CDEAD2;
}
</style>