Shades of Granny Apple #CEDED2
Tints of Granny Apple #CEDED2
RGB
CMYK
RGB Variations
Color information
#CEDED2 (or 0xCEDED2) is known color: Granny Apple. HEX triplet: CE, DE and D2. RGB value is (206,222,210). Sum of RGB (Red+Green+Blue) = 206+222+210=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDED2 is #31212D. Grayscale: #D7D7D7. Windows color (decimal): -3219758 or 13819598. OLE color: 13819598.
HSL color Cylindrical-coordinate representation of color #CEDED2: hue angle of 135º 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 #CEDED2 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 222 | 210 | - |
CMYK | 0.07 | 0 | 0.05 | 0.13 |
HSL | 135º | 0.2% | 0.84% | - |
HSV(B) | 135º | 0.07% | 0.87% | - |
XYZ | 63.21 | 70.02 | 71.16 | - |
YUV | 215.85 | 124.7 | 120.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 222 | 210 | 0.07 | 0 | 0.05 | 0.13 | 135 | 0.2 | 0.84 |
Hex | CE | DE | D2 | 7 | 0 | 5 | D | 87 | 14 | 54 |
Octal | 316 | 336 | 322 | 7 | 0 | 5 | 15 | 207 | 24 | 124 |
Binary | 11001110 | 11011110 | 11010010 | 111 | 0 | 101 | 1101 | 10000111 | 10100 | 1010100 |
Color Harmonies of #CEDED2
Complementary color
Monochromatic Colors of #CEDED2
Black with #CEDED2
Text Example
Text Example
White with #CEDED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDED2; }
p { color: rgb(206,222,210); }
H1.HeaderClassName
{
color: #CEDED2;
}
.AnyTagClassName
{
color: #CEDED2;
}
</style>
background-color css
<style>
a { background-color: #CEDED2; }
a { background-color: rgb(206,222,210); }
div.DivClassName
{
background-color: #CEDED2;
}
.BgClassName
{
background-color: #CEDED2;
}
</style>
border-color css
<style>
span { border-color: #CEDED2; }
span { border-color: rgb(206,222,210); }
td.TdClassName
{
border-color: #CEDED2;
}
.TagClassName
{
border-color: #CEDED2;
}
</style>