Shades of Granny Apple #CDEFD3
Tints of Granny Apple #CDEFD3
RGB
CMYK
RGB Variations
Color information
#CDEFD3 (or 0xCDEFD3) is known color: Granny Apple. HEX triplet: CD, EF and D3. RGB value is (205,239,211). Sum of RGB (Red+Green+Blue) = 205+239+211=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFD3 is #32102C. Grayscale: #E1E1E1. Windows color (decimal): -3280941 or 13889485. OLE color: 13889485.
HSL color Cylindrical-coordinate representation of color #CDEFD3: hue angle of 130.59º 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 #CDEFD3 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 211 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.06 |
| HSL | 130.59º | 0.52% | 0.87% | - |
| HSV(B) | 130.59º | 0.14% | 0.94% | - |
| XYZ | 67.8 | 79.42 | 73.38 | - |
| YUV | 225.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 211 | 0.14 | 0 | 0.12 | 0.06 | 130.59 | 0.52 | 0.87 |
| Hex | CD | EF | D3 | E | 0 | C | 6 | 83 | 34 | 57 |
| Octal | 315 | 357 | 323 | 16 | 0 | 14 | 6 | 203 | 64 | 127 |
| Binary | 11001101 | 11101111 | 11010011 | 1110 | 0 | 1100 | 110 | 10000011 | 110100 | 1010111 |
Color Harmonies of #CDEFD3
Complementary color
Monochromatic Colors of #CDEFD3
Black with #CDEFD3
Text Example
Text Example
White with #CDEFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFD3; }
p { color: rgb(205,239,211); }
H1.HeaderClassName
{
color: #CDEFD3;
}
.AnyTagClassName
{
color: #CDEFD3;
}
</style>
background-color css
<style>
a { background-color: #CDEFD3; }
a { background-color: rgb(205,239,211); }
div.DivClassName
{
background-color: #CDEFD3;
}
.BgClassName
{
background-color: #CDEFD3;
}
</style>
border-color css
<style>
span { border-color: #CDEFD3; }
span { border-color: rgb(205,239,211); }
td.TdClassName
{
border-color: #CDEFD3;
}
.TagClassName
{
border-color: #CDEFD3;
}
</style>