Shades of Granny Apple #C7DBCD
Tints of Granny Apple #C7DBCD
RGB
CMYK
RGB Variations
Color information
#C7DBCD (or 0xC7DBCD) is known color: Granny Apple. HEX triplet: C7, DB and CD. RGB value is (199,219,205). Sum of RGB (Red+Green+Blue) = 199+219+205=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DBCD is #382432. Grayscale: #D3D3D3. Windows color (decimal): -3679283 or 13491143. OLE color: 13491143.
HSL color Cylindrical-coordinate representation of color #C7DBCD: hue angle of 138º 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 #C7DBCD is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 199 | 219 | 205 | - |
CMYK | 0.09 | 0 | 0.06 | 0.14 |
HSL | 138º | 0.22% | 0.82% | - |
HSV(B) | 138º | 0.09% | 0.86% | - |
XYZ | 59.9 | 67.21 | 67.57 | - |
YUV | 211.42 | 124.37 | 119.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 219 | 205 | 0.09 | 0 | 0.06 | 0.14 | 138 | 0.22 | 0.82 |
Hex | C7 | DB | CD | 9 | 0 | 6 | E | 8A | 16 | 52 |
Octal | 307 | 333 | 315 | 11 | 0 | 6 | 16 | 212 | 26 | 122 |
Binary | 11000111 | 11011011 | 11001101 | 1001 | 0 | 110 | 1110 | 10001010 | 10110 | 1010010 |
Color Harmonies of #C7DBCD
Complementary color
Monochromatic Colors of #C7DBCD
Black with #C7DBCD
Text Example
Text Example
White with #C7DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBCD; }
p { color: rgb(199,219,205); }
H1.HeaderClassName
{
color: #C7DBCD;
}
.AnyTagClassName
{
color: #C7DBCD;
}
</style>
background-color css
<style>
a { background-color: #C7DBCD; }
a { background-color: rgb(199,219,205); }
div.DivClassName
{
background-color: #C7DBCD;
}
.BgClassName
{
background-color: #C7DBCD;
}
</style>
border-color css
<style>
span { border-color: #C7DBCD; }
span { border-color: rgb(199,219,205); }
td.TdClassName
{
border-color: #C7DBCD;
}
.TagClassName
{
border-color: #C7DBCD;
}
</style>