Shades of Granny Apple #CDEDCF
Tints of Granny Apple #CDEDCF
RGB
CMYK
RGB Variations
Color information
#CDEDCF (or 0xCDEDCF) is known color: Granny Apple. HEX triplet: CD, ED and CF. RGB value is (205,237,207). Sum of RGB (Red+Green+Blue) = 205+237+207=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDCF is #321230. Grayscale: #E0E0E0. Windows color (decimal): -3281457 or 13626829. OLE color: 13626829.
HSL color Cylindrical-coordinate representation of color #CDEDCF: hue angle of 123.75º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEDCF is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 207 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.07 |
| HSL | 123.75º | 0.47% | 0.87% | - |
| HSV(B) | 123.75º | 0.14% | 0.93% | - |
| XYZ | 66.72 | 78.05 | 70.58 | - |
| YUV | 224.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 207 | 0.14 | 0 | 0.13 | 0.07 | 123.75 | 0.47 | 0.87 |
| Hex | CD | ED | CF | E | 0 | D | 7 | 7C | 2F | 57 |
| Octal | 315 | 355 | 317 | 16 | 0 | 15 | 7 | 174 | 57 | 127 |
| Binary | 11001101 | 11101101 | 11001111 | 1110 | 0 | 1101 | 111 | 1111100 | 101111 | 1010111 |
Color Harmonies of #CDEDCF
Complementary color
Monochromatic Colors of #CDEDCF
Black with #CDEDCF
Text Example
Text Example
White with #CDEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDCF; }
p { color: rgb(205,237,207); }
H1.HeaderClassName
{
color: #CDEDCF;
}
.AnyTagClassName
{
color: #CDEDCF;
}
</style>
background-color css
<style>
a { background-color: #CDEDCF; }
a { background-color: rgb(205,237,207); }
div.DivClassName
{
background-color: #CDEDCF;
}
.BgClassName
{
background-color: #CDEDCF;
}
</style>
border-color css
<style>
span { border-color: #CDEDCF; }
span { border-color: rgb(205,237,207); }
td.TdClassName
{
border-color: #CDEDCF;
}
.TagClassName
{
border-color: #CDEDCF;
}
</style>