Shades of Granny Apple #CDEED2
Tints of Granny Apple #CDEED2
RGB
CMYK
RGB Variations
Color information
#CDEED2 (or 0xCDEED2) is known color: Granny Apple. HEX triplet: CD, EE and D2. RGB value is (205,238,210). Sum of RGB (Red+Green+Blue) = 205+238+210=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEED2 is #32112D. Grayscale: #E1E1E1. Windows color (decimal): -3281198 or 13823693. OLE color: 13823693.
HSL color Cylindrical-coordinate representation of color #CDEED2: hue angle of 129.09º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEED2 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 210 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.07 |
| HSL | 129.09º | 0.49% | 0.87% | - |
| HSV(B) | 129.09º | 0.14% | 0.93% | - |
| XYZ | 67.38 | 78.78 | 72.63 | - |
| YUV | 224.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 210 | 0.14 | 0 | 0.12 | 0.07 | 129.09 | 0.49 | 0.87 |
| Hex | CD | EE | D2 | E | 0 | C | 7 | 81 | 31 | 57 |
| Octal | 315 | 356 | 322 | 16 | 0 | 14 | 7 | 201 | 61 | 127 |
| Binary | 11001101 | 11101110 | 11010010 | 1110 | 0 | 1100 | 111 | 10000001 | 110001 | 1010111 |
Color Harmonies of #CDEED2
Complementary color
Monochromatic Colors of #CDEED2
Black with #CDEED2
Text Example
Text Example
White with #CDEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEED2; }
p { color: rgb(205,238,210); }
H1.HeaderClassName
{
color: #CDEED2;
}
.AnyTagClassName
{
color: #CDEED2;
}
</style>
background-color css
<style>
a { background-color: #CDEED2; }
a { background-color: rgb(205,238,210); }
div.DivClassName
{
background-color: #CDEED2;
}
.BgClassName
{
background-color: #CDEED2;
}
</style>
border-color css
<style>
span { border-color: #CDEED2; }
span { border-color: rgb(205,238,210); }
td.TdClassName
{
border-color: #CDEED2;
}
.TagClassName
{
border-color: #CDEED2;
}
</style>