Shades of Granny Apple #CEDFD2
Tints of Granny Apple #CEDFD2
RGB
CMYK
RGB Variations
Color information
#CEDFD2 (or 0xCEDFD2) is known color: Granny Apple. HEX triplet: CE, DF and D2. RGB value is (206,223,210). Sum of RGB (Red+Green+Blue) = 206+223+210=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFD2 is #31202D. Grayscale: #D8D8D8. Windows color (decimal): -3219502 or 13819854. OLE color: 13819854.
HSL color Cylindrical-coordinate representation of color #CEDFD2: hue angle of 134.12º 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 #CEDFD2 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 223 | 210 | - |
CMYK | 0.08 | 0 | 0.06 | 0.13 |
HSL | 134.12º | 0.21% | 0.84% | - |
HSV(B) | 134.12º | 0.08% | 0.87% | - |
XYZ | 63.47 | 70.55 | 71.24 | - |
YUV | 216.44 | 124.37 | 120.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 210 | 0.08 | 0 | 0.06 | 0.13 | 134.12 | 0.21 | 0.84 |
Hex | CE | DF | D2 | 8 | 0 | 6 | D | 86 | 15 | 54 |
Octal | 316 | 337 | 322 | 10 | 0 | 6 | 15 | 206 | 25 | 124 |
Binary | 11001110 | 11011111 | 11010010 | 1000 | 0 | 110 | 1101 | 10000110 | 10101 | 1010100 |
Color Harmonies of #CEDFD2
Complementary color
Monochromatic Colors of #CEDFD2
Black with #CEDFD2
Text Example
Text Example
White with #CEDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFD2; }
p { color: rgb(206,223,210); }
H1.HeaderClassName
{
color: #CEDFD2;
}
.AnyTagClassName
{
color: #CEDFD2;
}
</style>
background-color css
<style>
a { background-color: #CEDFD2; }
a { background-color: rgb(206,223,210); }
div.DivClassName
{
background-color: #CEDFD2;
}
.BgClassName
{
background-color: #CEDFD2;
}
</style>
border-color css
<style>
span { border-color: #CEDFD2; }
span { border-color: rgb(206,223,210); }
td.TdClassName
{
border-color: #CEDFD2;
}
.TagClassName
{
border-color: #CEDFD2;
}
</style>