Shades of Granny Apple #CDEFD6
Tints of Granny Apple #CDEFD6
RGB
CMYK
RGB Variations
Color information
#CDEFD6 (or 0xCDEFD6) is known color: Granny Apple. HEX triplet: CD, EF and D6. RGB value is (205,239,214). Sum of RGB (Red+Green+Blue) = 205+239+214=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFD6 is #321029. Grayscale: #E2E2E2. Windows color (decimal): -3280938 or 14086093. OLE color: 14086093.
HSL color Cylindrical-coordinate representation of color #CDEFD6: hue angle of 135.88º 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 #CDEFD6 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 214 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.06 |
| HSL | 135.88º | 0.52% | 0.87% | - |
| HSV(B) | 135.88º | 0.14% | 0.94% | - |
| XYZ | 68.18 | 79.57 | 75.38 | - |
| YUV | 225.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 214 | 0.14 | 0 | 0.10 | 0.06 | 135.88 | 0.52 | 0.87 |
| Hex | CD | EF | D6 | E | 0 | A | 6 | 88 | 34 | 57 |
| Octal | 315 | 357 | 326 | 16 | 0 | 12 | 6 | 210 | 64 | 127 |
| Binary | 11001101 | 11101111 | 11010110 | 1110 | 0 | 1010 | 110 | 10001000 | 110100 | 1010111 |
Color Harmonies of #CDEFD6
Complementary color
Monochromatic Colors of #CDEFD6
Black with #CDEFD6
Text Example
Text Example
White with #CDEFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFD6; }
p { color: rgb(205,239,214); }
H1.HeaderClassName
{
color: #CDEFD6;
}
.AnyTagClassName
{
color: #CDEFD6;
}
</style>
background-color css
<style>
a { background-color: #CDEFD6; }
a { background-color: rgb(205,239,214); }
div.DivClassName
{
background-color: #CDEFD6;
}
.BgClassName
{
background-color: #CDEFD6;
}
</style>
border-color css
<style>
span { border-color: #CDEFD6; }
span { border-color: rgb(205,239,214); }
td.TdClassName
{
border-color: #CDEFD6;
}
.TagClassName
{
border-color: #CDEFD6;
}
</style>