Shades of Granny Apple #CDEFD1
Tints of Granny Apple #CDEFD1
RGB
CMYK
RGB Variations
Color information
#CDEFD1 (or 0xCDEFD1) is known color: Granny Apple. HEX triplet: CD, EF and D1. RGB value is (205,239,209). Sum of RGB (Red+Green+Blue) = 205+239+209=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFD1 is #32102E. Grayscale: #E1E1E1. Windows color (decimal): -3280943 or 13758413. OLE color: 13758413.
HSL color Cylindrical-coordinate representation of color #CDEFD1: hue angle of 127.06º 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 #CDEFD1 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 209 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.06 |
| HSL | 127.06º | 0.52% | 0.87% | - |
| HSV(B) | 127.06º | 0.14% | 0.94% | - |
| XYZ | 67.55 | 79.32 | 72.07 | - |
| YUV | 225.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 209 | 0.14 | 0 | 0.13 | 0.06 | 127.06 | 0.52 | 0.87 |
| Hex | CD | EF | D1 | E | 0 | D | 6 | 7F | 34 | 57 |
| Octal | 315 | 357 | 321 | 16 | 0 | 15 | 6 | 177 | 64 | 127 |
| Binary | 11001101 | 11101111 | 11010001 | 1110 | 0 | 1101 | 110 | 1111111 | 110100 | 1010111 |
Color Harmonies of #CDEFD1
Complementary color
Monochromatic Colors of #CDEFD1
Black with #CDEFD1
Text Example
Text Example
White with #CDEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFD1; }
p { color: rgb(205,239,209); }
H1.HeaderClassName
{
color: #CDEFD1;
}
.AnyTagClassName
{
color: #CDEFD1;
}
</style>
background-color css
<style>
a { background-color: #CDEFD1; }
a { background-color: rgb(205,239,209); }
div.DivClassName
{
background-color: #CDEFD1;
}
.BgClassName
{
background-color: #CDEFD1;
}
</style>
border-color css
<style>
span { border-color: #CDEFD1; }
span { border-color: rgb(205,239,209); }
td.TdClassName
{
border-color: #CDEFD1;
}
.TagClassName
{
border-color: #CDEFD1;
}
</style>