Shades of Granny Apple #C7DBCF
Tints of Granny Apple #C7DBCF
RGB
CMYK
RGB Variations
Color information
#C7DBCF (or 0xC7DBCF) is known color: Granny Apple. HEX triplet: C7, DB and CF. RGB value is (199,219,207). Sum of RGB (Red+Green+Blue) = 199+219+207=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBCF is #382430. Grayscale: #D3D3D3. Windows color (decimal): -3679281 or 13622215. OLE color: 13622215.
HSL color Cylindrical-coordinate representation of color #C7DBCF: hue angle of 144º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7DBCF is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 207 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.14 |
| HSL | 144º | 0.22% | 0.82% | - |
| HSV(B) | 144º | 0.09% | 0.86% | - |
| XYZ | 60.15 | 67.31 | 68.85 | - |
| YUV | 211.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 207 | 0.09 | 0 | 0.05 | 0.14 | 144 | 0.22 | 0.82 |
| Hex | C7 | DB | CF | 9 | 0 | 5 | E | 90 | 16 | 52 |
| Octal | 307 | 333 | 317 | 11 | 0 | 5 | 16 | 220 | 26 | 122 |
| Binary | 11000111 | 11011011 | 11001111 | 1001 | 0 | 101 | 1110 | 10010000 | 10110 | 1010010 |
Color Harmonies of #C7DBCF
Complementary color
Monochromatic Colors of #C7DBCF
Black with #C7DBCF
Text Example
Text Example
White with #C7DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBCF; }
p { color: rgb(199,219,207); }
H1.HeaderClassName
{
color: #C7DBCF;
}
.AnyTagClassName
{
color: #C7DBCF;
}
</style>
background-color css
<style>
a { background-color: #C7DBCF; }
a { background-color: rgb(199,219,207); }
div.DivClassName
{
background-color: #C7DBCF;
}
.BgClassName
{
background-color: #C7DBCF;
}
</style>
border-color css
<style>
span { border-color: #C7DBCF; }
span { border-color: rgb(199,219,207); }
td.TdClassName
{
border-color: #C7DBCF;
}
.TagClassName
{
border-color: #C7DBCF;
}
</style>