Shades of Granny Apple #CDE2CF
Tints of Granny Apple #CDE2CF
RGB
CMYK
RGB Variations
Color information
#CDE2CF (or 0xCDE2CF) is known color: Granny Apple. HEX triplet: CD, E2 and CF. RGB value is (205,226,207). Sum of RGB (Red+Green+Blue) = 205+226+207=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2CF is #321D30. Grayscale: #D9D9D9. Windows color (decimal): -3284273 or 13624013. OLE color: 13624013.
HSL color Cylindrical-coordinate representation of color #CDE2CF: hue angle of 125.71º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE2CF is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 207 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.11 |
| HSL | 125.71º | 0.27% | 0.85% | - |
| HSV(B) | 125.71º | 0.09% | 0.89% | - |
| XYZ | 63.64 | 71.88 | 69.55 | - |
| YUV | 217.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 207 | 0.09 | 0 | 0.08 | 0.11 | 125.71 | 0.27 | 0.85 |
| Hex | CD | E2 | CF | 9 | 0 | 8 | B | 7E | 1B | 55 |
| Octal | 315 | 342 | 317 | 11 | 0 | 10 | 13 | 176 | 33 | 125 |
| Binary | 11001101 | 11100010 | 11001111 | 1001 | 0 | 1000 | 1011 | 1111110 | 11011 | 1010101 |
Color Harmonies of #CDE2CF
Complementary color
Monochromatic Colors of #CDE2CF
Black with #CDE2CF
Text Example
Text Example
White with #CDE2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE2CF; }
p { color: rgb(205,226,207); }
H1.HeaderClassName
{
color: #CDE2CF;
}
.AnyTagClassName
{
color: #CDE2CF;
}
</style>
background-color css
<style>
a { background-color: #CDE2CF; }
a { background-color: rgb(205,226,207); }
div.DivClassName
{
background-color: #CDE2CF;
}
.BgClassName
{
background-color: #CDE2CF;
}
</style>
border-color css
<style>
span { border-color: #CDE2CF; }
span { border-color: rgb(205,226,207); }
td.TdClassName
{
border-color: #CDE2CF;
}
.TagClassName
{
border-color: #CDE2CF;
}
</style>