Shades of Granny Apple #CEDDD2
Tints of Granny Apple #CEDDD2
RGB
CMYK
RGB Variations
Color information
#CEDDD2 (or 0xCEDDD2) is known color: Granny Apple. HEX triplet: CE, DD and D2. RGB value is (206,221,210). Sum of RGB (Red+Green+Blue) = 206+221+210=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDD2 is #31222D. Grayscale: #D7D7D7. Windows color (decimal): -3220014 or 13819342. OLE color: 13819342.
HSL color Cylindrical-coordinate representation of color #CEDDD2: hue angle of 136º 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 #CEDDD2 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 210 | - |
CMYK | 0.07 | 0 | 0.05 | 0.13 |
HSL | 136º | 0.18% | 0.84% | - |
HSV(B) | 136º | 0.07% | 0.87% | - |
XYZ | 62.94 | 69.49 | 71.07 | - |
YUV | 215.26 | 125.03 | 121.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 210 | 0.07 | 0 | 0.05 | 0.13 | 136 | 0.18 | 0.84 |
Hex | CE | DD | D2 | 7 | 0 | 5 | D | 88 | 12 | 54 |
Octal | 316 | 335 | 322 | 7 | 0 | 5 | 15 | 210 | 22 | 124 |
Binary | 11001110 | 11011101 | 11010010 | 111 | 0 | 101 | 1101 | 10001000 | 10010 | 1010100 |
Color Harmonies of #CEDDD2
Complementary color
Monochromatic Colors of #CEDDD2
Black with #CEDDD2
Text Example
Text Example
White with #CEDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDD2; }
p { color: rgb(206,221,210); }
H1.HeaderClassName
{
color: #CEDDD2;
}
.AnyTagClassName
{
color: #CEDDD2;
}
</style>
background-color css
<style>
a { background-color: #CEDDD2; }
a { background-color: rgb(206,221,210); }
div.DivClassName
{
background-color: #CEDDD2;
}
.BgClassName
{
background-color: #CEDDD2;
}
</style>
border-color css
<style>
span { border-color: #CEDDD2; }
span { border-color: rgb(206,221,210); }
td.TdClassName
{
border-color: #CEDDD2;
}
.TagClassName
{
border-color: #CEDDD2;
}
</style>