Shades of Granny Apple #CDF4CF
Tints of Granny Apple #CDF4CF
RGB
CMYK
RGB Variations
Color information
#CDF4CF (or 0xCDF4CF) is known color: Granny Apple. HEX triplet: CD, F4 and CF. RGB value is (205,244,207). Sum of RGB (Red+Green+Blue) = 205+244+207=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF4CF is #320B30. Grayscale: #E4E4E4. Windows color (decimal): -3279665 or 13628621. OLE color: 13628621.
HSL color Cylindrical-coordinate representation of color #CDF4CF: hue angle of 123.08º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF4CF is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 207 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.04 |
| HSL | 123.08º | 0.64% | 0.88% | - |
| HSV(B) | 123.08º | 0.16% | 0.96% | - |
| XYZ | 68.79 | 82.19 | 71.27 | - |
| YUV | 228.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 207 | 0.16 | 0 | 0.15 | 0.04 | 123.08 | 0.64 | 0.88 |
| Hex | CD | F4 | CF | 10 | 0 | F | 4 | 7B | 40 | 58 |
| Octal | 315 | 364 | 317 | 20 | 0 | 17 | 4 | 173 | 100 | 130 |
| Binary | 11001101 | 11110100 | 11001111 | 10000 | 0 | 1111 | 100 | 1111011 | 1000000 | 1011000 |
Color Harmonies of #CDF4CF
Complementary color
Monochromatic Colors of #CDF4CF
Black with #CDF4CF
Text Example
Text Example
White with #CDF4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4CF; }
p { color: rgb(205,244,207); }
H1.HeaderClassName
{
color: #CDF4CF;
}
.AnyTagClassName
{
color: #CDF4CF;
}
</style>
background-color css
<style>
a { background-color: #CDF4CF; }
a { background-color: rgb(205,244,207); }
div.DivClassName
{
background-color: #CDF4CF;
}
.BgClassName
{
background-color: #CDF4CF;
}
</style>
border-color css
<style>
span { border-color: #CDF4CF; }
span { border-color: rgb(205,244,207); }
td.TdClassName
{
border-color: #CDF4CF;
}
.TagClassName
{
border-color: #CDF4CF;
}
</style>