Shades of Granny Apple #CEDFD1
Tints of Granny Apple #CEDFD1
RGB
CMYK
RGB Variations
Color information
#CEDFD1 (or 0xCEDFD1) is known color: Granny Apple. HEX triplet: CE, DF and D1. RGB value is (206,223,209). Sum of RGB (Red+Green+Blue) = 206+223+209=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFD1 is #31202E. Grayscale: #D8D8D8. Windows color (decimal): -3219503 or 13754318. OLE color: 13754318.
HSL color Cylindrical-coordinate representation of color #CEDFD1: hue angle of 130.59º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDFD1 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 209 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.13 |
| HSL | 130.59º | 0.21% | 0.84% | - |
| HSV(B) | 130.59º | 0.08% | 0.87% | - |
| XYZ | 63.35 | 70.5 | 70.59 | - |
| YUV | 216.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 209 | 0.08 | 0 | 0.06 | 0.13 | 130.59 | 0.21 | 0.84 |
| Hex | CE | DF | D1 | 8 | 0 | 6 | D | 83 | 15 | 54 |
| Octal | 316 | 337 | 321 | 10 | 0 | 6 | 15 | 203 | 25 | 124 |
| Binary | 11001110 | 11011111 | 11010001 | 1000 | 0 | 110 | 1101 | 10000011 | 10101 | 1010100 |
Color Harmonies of #CEDFD1
Complementary color
Monochromatic Colors of #CEDFD1
Black with #CEDFD1
Text Example
Text Example
White with #CEDFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFD1; }
p { color: rgb(206,223,209); }
H1.HeaderClassName
{
color: #CEDFD1;
}
.AnyTagClassName
{
color: #CEDFD1;
}
</style>
background-color css
<style>
a { background-color: #CEDFD1; }
a { background-color: rgb(206,223,209); }
div.DivClassName
{
background-color: #CEDFD1;
}
.BgClassName
{
background-color: #CEDFD1;
}
</style>
border-color css
<style>
span { border-color: #CEDFD1; }
span { border-color: rgb(206,223,209); }
td.TdClassName
{
border-color: #CEDFD1;
}
.TagClassName
{
border-color: #CEDFD1;
}
</style>