Shades of Granny Apple #C7DED0
Tints of Granny Apple #C7DED0
RGB
CMYK
RGB Variations
Color information
#C7DED0 (or 0xC7DED0) is known color: Granny Apple. HEX triplet: C7, DE and D0. RGB value is (199,222,208). Sum of RGB (Red+Green+Blue) = 199+222+208=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #C7DED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DED0 is #38212F. Grayscale: #D5D5D5. Windows color (decimal): -3678512 or 13688519. OLE color: 13688519.
HSL color Cylindrical-coordinate representation of color #C7DED0: hue angle of 143.48º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DED0 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 222 | 208 | - |
CMYK | 0.10 | 0 | 0.06 | 0.13 |
HSL | 143.48º | 0.26% | 0.83% | - |
HSV(B) | 143.48º | 0.1% | 0.87% | - |
XYZ | 61.06 | 68.94 | 69.76 | - |
YUV | 213.53 | 124.88 | 117.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 222 | 208 | 0.10 | 0 | 0.06 | 0.13 | 143.48 | 0.26 | 0.83 |
Hex | C7 | DE | D0 | A | 0 | 6 | D | 8F | 1A | 53 |
Octal | 307 | 336 | 320 | 12 | 0 | 6 | 15 | 217 | 32 | 123 |
Binary | 11000111 | 11011110 | 11010000 | 1010 | 0 | 110 | 1101 | 10001111 | 11010 | 1010011 |
Color Harmonies of #C7DED0
Complementary color
Monochromatic Colors of #C7DED0
Black with #C7DED0
Text Example
Text Example
White with #C7DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DED0; }
p { color: rgb(199,222,208); }
H1.HeaderClassName
{
color: #C7DED0;
}
.AnyTagClassName
{
color: #C7DED0;
}
</style>
background-color css
<style>
a { background-color: #C7DED0; }
a { background-color: rgb(199,222,208); }
div.DivClassName
{
background-color: #C7DED0;
}
.BgClassName
{
background-color: #C7DED0;
}
</style>
border-color css
<style>
span { border-color: #C7DED0; }
span { border-color: rgb(199,222,208); }
td.TdClassName
{
border-color: #C7DED0;
}
.TagClassName
{
border-color: #C7DED0;
}
</style>