Shades of Granny Apple #CDE0CF
Tints of Granny Apple #CDE0CF
RGB
CMYK
RGB Variations
Color information
#CDE0CF (or 0xCDE0CF) is known color: Granny Apple. HEX triplet: CD, E0 and CF. RGB value is (205,224,207). Sum of RGB (Red+Green+Blue) = 205+224+207=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0CF is #321F30. Grayscale: #D8D8D8. Windows color (decimal): -3284785 or 13623501. OLE color: 13623501.
HSL color Cylindrical-coordinate representation of color #CDE0CF: hue angle of 126.32º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDE0CF is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 207 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.12 |
| HSL | 126.32º | 0.23% | 0.84% | - |
| HSV(B) | 126.32º | 0.08% | 0.88% | - |
| XYZ | 63.09 | 70.8 | 69.37 | - |
| YUV | 216.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 207 | 0.08 | 0 | 0.08 | 0.12 | 126.32 | 0.23 | 0.84 |
| Hex | CD | E0 | CF | 8 | 0 | 8 | C | 7E | 17 | 54 |
| Octal | 315 | 340 | 317 | 10 | 0 | 10 | 14 | 176 | 27 | 124 |
| Binary | 11001101 | 11100000 | 11001111 | 1000 | 0 | 1000 | 1100 | 1111110 | 10111 | 1010100 |
Color Harmonies of #CDE0CF
Complementary color
Monochromatic Colors of #CDE0CF
Black with #CDE0CF
Text Example
Text Example
White with #CDE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0CF; }
p { color: rgb(205,224,207); }
H1.HeaderClassName
{
color: #CDE0CF;
}
.AnyTagClassName
{
color: #CDE0CF;
}
</style>
background-color css
<style>
a { background-color: #CDE0CF; }
a { background-color: rgb(205,224,207); }
div.DivClassName
{
background-color: #CDE0CF;
}
.BgClassName
{
background-color: #CDE0CF;
}
</style>
border-color css
<style>
span { border-color: #CDE0CF; }
span { border-color: rgb(205,224,207); }
td.TdClassName
{
border-color: #CDE0CF;
}
.TagClassName
{
border-color: #CDE0CF;
}
</style>