Shades of Granny Apple #CDEFD7
Tints of Granny Apple #CDEFD7
RGB
CMYK
RGB Variations
Color information
#CDEFD7 (or 0xCDEFD7) is known color: Granny Apple. HEX triplet: CD, EF and D7. RGB value is (205,239,215). Sum of RGB (Red+Green+Blue) = 205+239+215=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 215 (84.38% from 255 or 32.63% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFD7 is #321028. Grayscale: #E2E2E2. Windows color (decimal): -3280937 or 14151629. OLE color: 14151629.
HSL color Cylindrical-coordinate representation of color #CDEFD7: hue angle of 137.65º 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 #CDEFD7 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 215 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.06 |
| HSL | 137.65º | 0.52% | 0.87% | - |
| HSV(B) | 137.65º | 0.14% | 0.94% | - |
| XYZ | 68.31 | 79.62 | 76.06 | - |
| YUV | 226.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 215 | 0.14 | 0 | 0.10 | 0.06 | 137.65 | 0.52 | 0.87 |
| Hex | CD | EF | D7 | E | 0 | A | 6 | 8A | 34 | 57 |
| Octal | 315 | 357 | 327 | 16 | 0 | 12 | 6 | 212 | 64 | 127 |
| Binary | 11001101 | 11101111 | 11010111 | 1110 | 0 | 1010 | 110 | 10001010 | 110100 | 1010111 |
Color Harmonies of #CDEFD7
Complementary color
Monochromatic Colors of #CDEFD7
Black with #CDEFD7
Text Example
Text Example
White with #CDEFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFD7; }
p { color: rgb(205,239,215); }
H1.HeaderClassName
{
color: #CDEFD7;
}
.AnyTagClassName
{
color: #CDEFD7;
}
</style>
background-color css
<style>
a { background-color: #CDEFD7; }
a { background-color: rgb(205,239,215); }
div.DivClassName
{
background-color: #CDEFD7;
}
.BgClassName
{
background-color: #CDEFD7;
}
</style>
border-color css
<style>
span { border-color: #CDEFD7; }
span { border-color: rgb(205,239,215); }
td.TdClassName
{
border-color: #CDEFD7;
}
.TagClassName
{
border-color: #CDEFD7;
}
</style>