Shades of Granny Apple #C7DFCC
Tints of Granny Apple #C7DFCC
RGB
CMYK
RGB Variations
Color information
#C7DFCC (or 0xC7DFCC) is known color: Granny Apple. HEX triplet: C7, DF and CC. RGB value is (199,223,204). Sum of RGB (Red+Green+Blue) = 199+223+204=626 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.79% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DFCC is #382033. Grayscale: #D5D5D5. Windows color (decimal): -3678260 or 13426631. OLE color: 13426631.
HSL color Cylindrical-coordinate representation of color #C7DFCC: hue angle of 132.5º 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 #C7DFCC is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 223 | 204 | - |
CMYK | 0.11 | 0 | 0.09 | 0.13 |
HSL | 132.5º | 0.27% | 0.83% | - |
HSV(B) | 132.5º | 0.11% | 0.87% | - |
XYZ | 60.84 | 69.28 | 67.29 | - |
YUV | 213.66 | 122.55 | 117.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 223 | 204 | 0.11 | 0 | 0.09 | 0.13 | 132.5 | 0.27 | 0.83 |
Hex | C7 | DF | CC | B | 0 | 9 | D | 84 | 1B | 53 |
Octal | 307 | 337 | 314 | 13 | 0 | 11 | 15 | 204 | 33 | 123 |
Binary | 11000111 | 11011111 | 11001100 | 1011 | 0 | 1001 | 1101 | 10000100 | 11011 | 1010011 |
Color Harmonies of #C7DFCC
Complementary color
Monochromatic Colors of #C7DFCC
Black with #C7DFCC
Text Example
Text Example
White with #C7DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DFCC; }
p { color: rgb(199,223,204); }
H1.HeaderClassName
{
color: #C7DFCC;
}
.AnyTagClassName
{
color: #C7DFCC;
}
</style>
background-color css
<style>
a { background-color: #C7DFCC; }
a { background-color: rgb(199,223,204); }
div.DivClassName
{
background-color: #C7DFCC;
}
.BgClassName
{
background-color: #C7DFCC;
}
</style>
border-color css
<style>
span { border-color: #C7DFCC; }
span { border-color: rgb(199,223,204); }
td.TdClassName
{
border-color: #C7DFCC;
}
.TagClassName
{
border-color: #C7DFCC;
}
</style>