Shades of Granny Apple #CDEFD0
Tints of Granny Apple #CDEFD0
RGB
CMYK
RGB Variations
Color information
#CDEFD0 (or 0xCDEFD0) is known color: Granny Apple. HEX triplet: CD, EF and D0. RGB value is (205,239,208). Sum of RGB (Red+Green+Blue) = 205+239+208=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFD0 is #32102F. Grayscale: #E1E1E1. Windows color (decimal): -3280944 or 13692877. OLE color: 13692877.
HSL color Cylindrical-coordinate representation of color #CDEFD0: hue angle of 125.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEFD0 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 208 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.06 |
| HSL | 125.29º | 0.52% | 0.87% | - |
| HSV(B) | 125.29º | 0.14% | 0.94% | - |
| XYZ | 67.43 | 79.27 | 71.42 | - |
| YUV | 225.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 208 | 0.14 | 0 | 0.13 | 0.06 | 125.29 | 0.52 | 0.87 |
| Hex | CD | EF | D0 | E | 0 | D | 6 | 7D | 34 | 57 |
| Octal | 315 | 357 | 320 | 16 | 0 | 15 | 6 | 175 | 64 | 127 |
| Binary | 11001101 | 11101111 | 11010000 | 1110 | 0 | 1101 | 110 | 1111101 | 110100 | 1010111 |
Color Harmonies of #CDEFD0
Complementary color
Monochromatic Colors of #CDEFD0
Black with #CDEFD0
Text Example
Text Example
White with #CDEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFD0; }
p { color: rgb(205,239,208); }
H1.HeaderClassName
{
color: #CDEFD0;
}
.AnyTagClassName
{
color: #CDEFD0;
}
</style>
background-color css
<style>
a { background-color: #CDEFD0; }
a { background-color: rgb(205,239,208); }
div.DivClassName
{
background-color: #CDEFD0;
}
.BgClassName
{
background-color: #CDEFD0;
}
</style>
border-color css
<style>
span { border-color: #CDEFD0; }
span { border-color: rgb(205,239,208); }
td.TdClassName
{
border-color: #CDEFD0;
}
.TagClassName
{
border-color: #CDEFD0;
}
</style>