Shades of Granny Apple #CEDFD3
Tints of Granny Apple #CEDFD3
RGB
CMYK
RGB Variations
Color information
#CEDFD3 (or 0xCEDFD3) is known color: Granny Apple. HEX triplet: CE, DF and D3. RGB value is (206,223,211). Sum of RGB (Red+Green+Blue) = 206+223+211=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFD3 is #31202C. Grayscale: #D8D8D8. Windows color (decimal): -3219501 or 13885390. OLE color: 13885390.
HSL color Cylindrical-coordinate representation of color #CEDFD3: hue angle of 137.65º 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 #CEDFD3 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 223 | 211 | - |
CMYK | 0.08 | 0 | 0.05 | 0.13 |
HSL | 137.65º | 0.21% | 0.84% | - |
HSV(B) | 137.65º | 0.08% | 0.87% | - |
XYZ | 63.6 | 70.6 | 71.9 | - |
YUV | 216.55 | 124.87 | 120.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 211 | 0.08 | 0 | 0.05 | 0.13 | 137.65 | 0.21 | 0.84 |
Hex | CE | DF | D3 | 8 | 0 | 5 | D | 8A | 15 | 54 |
Octal | 316 | 337 | 323 | 10 | 0 | 5 | 15 | 212 | 25 | 124 |
Binary | 11001110 | 11011111 | 11010011 | 1000 | 0 | 101 | 1101 | 10001010 | 10101 | 1010100 |
Color Harmonies of #CEDFD3
Complementary color
Monochromatic Colors of #CEDFD3
Black with #CEDFD3
Text Example
Text Example
White with #CEDFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFD3; }
p { color: rgb(206,223,211); }
H1.HeaderClassName
{
color: #CEDFD3;
}
.AnyTagClassName
{
color: #CEDFD3;
}
</style>
background-color css
<style>
a { background-color: #CEDFD3; }
a { background-color: rgb(206,223,211); }
div.DivClassName
{
background-color: #CEDFD3;
}
.BgClassName
{
background-color: #CEDFD3;
}
</style>
border-color css
<style>
span { border-color: #CEDFD3; }
span { border-color: rgb(206,223,211); }
td.TdClassName
{
border-color: #CEDFD3;
}
.TagClassName
{
border-color: #CEDFD3;
}
</style>