Shades of Granny Apple #CDF3CF
Tints of Granny Apple #CDF3CF
RGB
CMYK
RGB Variations
Color information
#CDF3CF (or 0xCDF3CF) is known color: Granny Apple. HEX triplet: CD, F3 and CF. RGB value is (205,243,207). Sum of RGB (Red+Green+Blue) = 205+243+207=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3CF is #320C30. Grayscale: #E3E3E3. Windows color (decimal): -3279921 or 13628365. OLE color: 13628365.
HSL color Cylindrical-coordinate representation of color #CDF3CF: hue angle of 123.16º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF3CF is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 207 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.05 |
| HSL | 123.16º | 0.61% | 0.88% | - |
| HSV(B) | 123.16º | 0.16% | 0.95% | - |
| XYZ | 68.49 | 81.59 | 71.17 | - |
| YUV | 227.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 207 | 0.16 | 0 | 0.15 | 0.05 | 123.16 | 0.61 | 0.88 |
| Hex | CD | F3 | CF | 10 | 0 | F | 5 | 7B | 3D | 58 |
| Octal | 315 | 363 | 317 | 20 | 0 | 17 | 5 | 173 | 75 | 130 |
| Binary | 11001101 | 11110011 | 11001111 | 10000 | 0 | 1111 | 101 | 1111011 | 111101 | 1011000 |
Color Harmonies of #CDF3CF
Complementary color
Monochromatic Colors of #CDF3CF
Black with #CDF3CF
Text Example
Text Example
White with #CDF3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3CF; }
p { color: rgb(205,243,207); }
H1.HeaderClassName
{
color: #CDF3CF;
}
.AnyTagClassName
{
color: #CDF3CF;
}
</style>
background-color css
<style>
a { background-color: #CDF3CF; }
a { background-color: rgb(205,243,207); }
div.DivClassName
{
background-color: #CDF3CF;
}
.BgClassName
{
background-color: #CDF3CF;
}
</style>
border-color css
<style>
span { border-color: #CDF3CF; }
span { border-color: rgb(205,243,207); }
td.TdClassName
{
border-color: #CDF3CF;
}
.TagClassName
{
border-color: #CDF3CF;
}
</style>