Shades of Granny Apple #C7DDCC
Tints of Granny Apple #C7DDCC
RGB
CMYK
RGB Variations
Color information
#C7DDCC (or 0xC7DDCC) is known color: Granny Apple. HEX triplet: C7, DD and CC. RGB value is (199,221,204). Sum of RGB (Red+Green+Blue) = 199+221+204=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDCC is #382233. Grayscale: #D4D4D4. Windows color (decimal): -3678772 or 13426119. OLE color: 13426119.
HSL color Cylindrical-coordinate representation of color #C7DDCC: hue angle of 133.64º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DDCC is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 221 | 204 | - |
CMYK | 0.10 | 0 | 0.08 | 0.13 |
HSL | 133.64º | 0.24% | 0.82% | - |
HSV(B) | 133.64º | 0.1% | 0.87% | - |
XYZ | 60.31 | 68.21 | 67.11 | - |
YUV | 212.48 | 123.21 | 118.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 221 | 204 | 0.10 | 0 | 0.08 | 0.13 | 133.64 | 0.24 | 0.82 |
Hex | C7 | DD | CC | A | 0 | 8 | D | 86 | 18 | 52 |
Octal | 307 | 335 | 314 | 12 | 0 | 10 | 15 | 206 | 30 | 122 |
Binary | 11000111 | 11011101 | 11001100 | 1010 | 0 | 1000 | 1101 | 10000110 | 11000 | 1010010 |
Color Harmonies of #C7DDCC
Complementary color
Monochromatic Colors of #C7DDCC
Black with #C7DDCC
Text Example
Text Example
White with #C7DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DDCC; }
p { color: rgb(199,221,204); }
H1.HeaderClassName
{
color: #C7DDCC;
}
.AnyTagClassName
{
color: #C7DDCC;
}
</style>
background-color css
<style>
a { background-color: #C7DDCC; }
a { background-color: rgb(199,221,204); }
div.DivClassName
{
background-color: #C7DDCC;
}
.BgClassName
{
background-color: #C7DDCC;
}
</style>
border-color css
<style>
span { border-color: #C7DDCC; }
span { border-color: rgb(199,221,204); }
td.TdClassName
{
border-color: #C7DDCC;
}
.TagClassName
{
border-color: #C7DDCC;
}
</style>