Shades of Granny Apple #CDEFD5
Tints of Granny Apple #CDEFD5
RGB
CMYK
RGB Variations
Color information
#CDEFD5 (or 0xCDEFD5) is known color: Granny Apple. HEX triplet: CD, EF and D5. RGB value is (205,239,213). Sum of RGB (Red+Green+Blue) = 205+239+213=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFD5 is #32102A. Grayscale: #E1E1E1. Windows color (decimal): -3280939 or 14020557. OLE color: 14020557.
HSL color Cylindrical-coordinate representation of color #CDEFD5: hue angle of 134.12º 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 #CDEFD5 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 213 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.06 |
| HSL | 134.12º | 0.52% | 0.87% | - |
| HSV(B) | 134.12º | 0.14% | 0.94% | - |
| XYZ | 68.05 | 79.52 | 74.71 | - |
| YUV | 225.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 213 | 0.14 | 0 | 0.11 | 0.06 | 134.12 | 0.52 | 0.87 |
| Hex | CD | EF | D5 | E | 0 | B | 6 | 86 | 34 | 57 |
| Octal | 315 | 357 | 325 | 16 | 0 | 13 | 6 | 206 | 64 | 127 |
| Binary | 11001101 | 11101111 | 11010101 | 1110 | 0 | 1011 | 110 | 10000110 | 110100 | 1010111 |
Color Harmonies of #CDEFD5
Complementary color
Monochromatic Colors of #CDEFD5
Black with #CDEFD5
Text Example
Text Example
White with #CDEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFD5; }
p { color: rgb(205,239,213); }
H1.HeaderClassName
{
color: #CDEFD5;
}
.AnyTagClassName
{
color: #CDEFD5;
}
</style>
background-color css
<style>
a { background-color: #CDEFD5; }
a { background-color: rgb(205,239,213); }
div.DivClassName
{
background-color: #CDEFD5;
}
.BgClassName
{
background-color: #CDEFD5;
}
</style>
border-color css
<style>
span { border-color: #CDEFD5; }
span { border-color: rgb(205,239,213); }
td.TdClassName
{
border-color: #CDEFD5;
}
.TagClassName
{
border-color: #CDEFD5;
}
</style>