Shades of Granny Apple #CEDDD0
Tints of Granny Apple #CEDDD0
RGB
CMYK
RGB Variations
Color information
#CEDDD0 (or 0xCEDDD0) is known color: Granny Apple. HEX triplet: CE, DD and D0. RGB value is (206,221,208). Sum of RGB (Red+Green+Blue) = 206+221+208=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDD0 is #31222F. Grayscale: #D7D7D7. Windows color (decimal): -3220016 or 13688270. OLE color: 13688270.
HSL color Cylindrical-coordinate representation of color #CEDDD0: hue angle of 128º degrees, saturation: 0.18, 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 #CEDDD0 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 208 | - |
CMYK | 0.07 | 0 | 0.06 | 0.13 |
HSL | 128º | 0.18% | 0.84% | - |
HSV(B) | 128º | 0.07% | 0.87% | - |
XYZ | 62.7 | 69.39 | 69.76 | - |
YUV | 215.03 | 124.03 | 121.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 208 | 0.07 | 0 | 0.06 | 0.13 | 128 | 0.18 | 0.84 |
Hex | CE | DD | D0 | 7 | 0 | 6 | D | 80 | 12 | 54 |
Octal | 316 | 335 | 320 | 7 | 0 | 6 | 15 | 200 | 22 | 124 |
Binary | 11001110 | 11011101 | 11010000 | 111 | 0 | 110 | 1101 | 10000000 | 10010 | 1010100 |
Color Harmonies of #CEDDD0
Complementary color
Monochromatic Colors of #CEDDD0
Black with #CEDDD0
Text Example
Text Example
White with #CEDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDD0; }
p { color: rgb(206,221,208); }
H1.HeaderClassName
{
color: #CEDDD0;
}
.AnyTagClassName
{
color: #CEDDD0;
}
</style>
background-color css
<style>
a { background-color: #CEDDD0; }
a { background-color: rgb(206,221,208); }
div.DivClassName
{
background-color: #CEDDD0;
}
.BgClassName
{
background-color: #CEDDD0;
}
</style>
border-color css
<style>
span { border-color: #CEDDD0; }
span { border-color: rgb(206,221,208); }
td.TdClassName
{
border-color: #CEDDD0;
}
.TagClassName
{
border-color: #CEDDD0;
}
</style>