Shades of Granny Apple #C7DFCD
Tints of Granny Apple #C7DFCD
RGB
CMYK
RGB Variations
Color information
#C7DFCD (or 0xC7DFCD) is known color: Granny Apple. HEX triplet: C7, DF and CD. RGB value is (199,223,205). Sum of RGB (Red+Green+Blue) = 199+223+205=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DFCD is #382032. Grayscale: #D5D5D5. Windows color (decimal): -3678259 or 13492167. OLE color: 13492167.
HSL color Cylindrical-coordinate representation of color #C7DFCD: hue angle of 135º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7DFCD is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 223 | 205 | - |
CMYK | 0.11 | 0 | 0.08 | 0.13 |
HSL | 135º | 0.27% | 0.83% | - |
HSV(B) | 135º | 0.11% | 0.87% | - |
XYZ | 60.96 | 69.33 | 67.93 | - |
YUV | 213.77 | 123.05 | 117.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 223 | 205 | 0.11 | 0 | 0.08 | 0.13 | 135 | 0.27 | 0.83 |
Hex | C7 | DF | CD | B | 0 | 8 | D | 87 | 1B | 53 |
Octal | 307 | 337 | 315 | 13 | 0 | 10 | 15 | 207 | 33 | 123 |
Binary | 11000111 | 11011111 | 11001101 | 1011 | 0 | 1000 | 1101 | 10000111 | 11011 | 1010011 |
Color Harmonies of #C7DFCD
Complementary color
Monochromatic Colors of #C7DFCD
Black with #C7DFCD
Text Example
Text Example
White with #C7DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DFCD; }
p { color: rgb(199,223,205); }
H1.HeaderClassName
{
color: #C7DFCD;
}
.AnyTagClassName
{
color: #C7DFCD;
}
</style>
background-color css
<style>
a { background-color: #C7DFCD; }
a { background-color: rgb(199,223,205); }
div.DivClassName
{
background-color: #C7DFCD;
}
.BgClassName
{
background-color: #C7DFCD;
}
</style>
border-color css
<style>
span { border-color: #C7DFCD; }
span { border-color: rgb(199,223,205); }
td.TdClassName
{
border-color: #C7DFCD;
}
.TagClassName
{
border-color: #C7DFCD;
}
</style>