Shades of Granny Apple #CEDED0
Tints of Granny Apple #CEDED0
RGB
CMYK
RGB Variations
Color information
#CEDED0 (or 0xCEDED0) is known color: Granny Apple. HEX triplet: CE, DE and D0. RGB value is (206,222,208). Sum of RGB (Red+Green+Blue) = 206+222+208=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDED0 is #31212F. Grayscale: #D7D7D7. Windows color (decimal): -3219760 or 13688526. OLE color: 13688526.
HSL color Cylindrical-coordinate representation of color #CEDED0: hue angle of 127.5º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEDED0 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 222 | 208 | - |
CMYK | 0.07 | 0 | 0.06 | 0.13 |
HSL | 127.5º | 0.2% | 0.84% | - |
HSV(B) | 127.5º | 0.07% | 0.87% | - |
XYZ | 62.96 | 69.92 | 69.85 | - |
YUV | 215.62 | 123.7 | 121.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 222 | 208 | 0.07 | 0 | 0.06 | 0.13 | 127.5 | 0.2 | 0.84 |
Hex | CE | DE | D0 | 7 | 0 | 6 | D | 80 | 14 | 54 |
Octal | 316 | 336 | 320 | 7 | 0 | 6 | 15 | 200 | 24 | 124 |
Binary | 11001110 | 11011110 | 11010000 | 111 | 0 | 110 | 1101 | 10000000 | 10100 | 1010100 |
Color Harmonies of #CEDED0
Complementary color
Monochromatic Colors of #CEDED0
Black with #CEDED0
Text Example
Text Example
White with #CEDED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDED0; }
p { color: rgb(206,222,208); }
H1.HeaderClassName
{
color: #CEDED0;
}
.AnyTagClassName
{
color: #CEDED0;
}
</style>
background-color css
<style>
a { background-color: #CEDED0; }
a { background-color: rgb(206,222,208); }
div.DivClassName
{
background-color: #CEDED0;
}
.BgClassName
{
background-color: #CEDED0;
}
</style>
border-color css
<style>
span { border-color: #CEDED0; }
span { border-color: rgb(206,222,208); }
td.TdClassName
{
border-color: #CEDED0;
}
.TagClassName
{
border-color: #CEDED0;
}
</style>