Shades of Granny Apple #C7DECC
Tints of Granny Apple #C7DECC
RGB
CMYK
RGB Variations
Color information
#C7DECC (or 0xC7DECC) is known color: Granny Apple. HEX triplet: C7, DE and CC. RGB value is (199,222,204). Sum of RGB (Red+Green+Blue) = 199+222+204=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #C7DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DECC is #382133. Grayscale: #D5D5D5. Windows color (decimal): -3678516 or 13426375. OLE color: 13426375.
HSL color Cylindrical-coordinate representation of color #C7DECC: hue angle of 133.04º 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 #C7DECC is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 222 | 204 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.13 |
| HSL | 133.04º | 0.26% | 0.83% | - |
| HSV(B) | 133.04º | 0.1% | 0.87% | - |
| XYZ | 60.57 | 68.74 | 67.2 | - |
| YUV | 213.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 222 | 204 | 0.10 | 0 | 0.08 | 0.13 | 133.04 | 0.26 | 0.83 |
| Hex | C7 | DE | CC | A | 0 | 8 | D | 85 | 1A | 53 |
| Octal | 307 | 336 | 314 | 12 | 0 | 10 | 15 | 205 | 32 | 123 |
| Binary | 11000111 | 11011110 | 11001100 | 1010 | 0 | 1000 | 1101 | 10000101 | 11010 | 1010011 |
Color Harmonies of #C7DECC
Complementary color
Monochromatic Colors of #C7DECC
Black with #C7DECC
Text Example
Text Example
White with #C7DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DECC; }
p { color: rgb(199,222,204); }
H1.HeaderClassName
{
color: #C7DECC;
}
.AnyTagClassName
{
color: #C7DECC;
}
</style>
background-color css
<style>
a { background-color: #C7DECC; }
a { background-color: rgb(199,222,204); }
div.DivClassName
{
background-color: #C7DECC;
}
.BgClassName
{
background-color: #C7DECC;
}
</style>
border-color css
<style>
span { border-color: #C7DECC; }
span { border-color: rgb(199,222,204); }
td.TdClassName
{
border-color: #C7DECC;
}
.TagClassName
{
border-color: #C7DECC;
}
</style>