Shades of Granny Apple #CDF9D3
Tints of Granny Apple #CDF9D3
RGB
CMYK
RGB Variations
Color information
#CDF9D3 (or 0xCDF9D3) is known color: Granny Apple. HEX triplet: CD, F9 and D3. RGB value is (205,249,211). Sum of RGB (Red+Green+Blue) = 205+249+211=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 249 (97.66% from 255 or 37.44% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF9D3 is #32062C. Grayscale: #E7E7E7. Windows color (decimal): -3278381 or 13892045. OLE color: 13892045.
HSL color Cylindrical-coordinate representation of color #CDF9D3: hue angle of 128.18º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDF9D3 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 211 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.02 |
| HSL | 128.18º | 0.79% | 0.89% | - |
| HSV(B) | 128.18º | 0.18% | 0.98% | - |
| XYZ | 70.81 | 85.43 | 74.39 | - |
| YUV | 231.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 211 | 0.18 | 0 | 0.15 | 0.02 | 128.18 | 0.79 | 0.89 |
| Hex | CD | F9 | D3 | 12 | 0 | F | 2 | 80 | 4F | 59 |
| Octal | 315 | 371 | 323 | 22 | 0 | 17 | 2 | 200 | 117 | 131 |
| Binary | 11001101 | 11111001 | 11010011 | 10010 | 0 | 1111 | 10 | 10000000 | 1001111 | 1011001 |
Color Harmonies of #CDF9D3
Complementary color
Monochromatic Colors of #CDF9D3
Black with #CDF9D3
Text Example
Text Example
White with #CDF9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF9D3; }
p { color: rgb(205,249,211); }
H1.HeaderClassName
{
color: #CDF9D3;
}
.AnyTagClassName
{
color: #CDF9D3;
}
</style>
background-color css
<style>
a { background-color: #CDF9D3; }
a { background-color: rgb(205,249,211); }
div.DivClassName
{
background-color: #CDF9D3;
}
.BgClassName
{
background-color: #CDF9D3;
}
</style>
border-color css
<style>
span { border-color: #CDF9D3; }
span { border-color: rgb(205,249,211); }
td.TdClassName
{
border-color: #CDF9D3;
}
.TagClassName
{
border-color: #CDF9D3;
}
</style>