Shades of Granny Apple #C5DBCD
Tints of Granny Apple #C5DBCD
RGB
CMYK
RGB Variations
Color information
#C5DBCD (or 0xC5DBCD) is known color: Granny Apple. HEX triplet: C5, DB and CD. RGB value is (197,219,205). Sum of RGB (Red+Green+Blue) = 197+219+205=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBCD is #3A2432. Grayscale: #D2D2D2. Windows color (decimal): -3810355 or 13491141. OLE color: 13491141.
HSL color Cylindrical-coordinate representation of color #C5DBCD: hue angle of 141.82º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DBCD is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 197 | 219 | 205 | - |
CMYK | 0.10 | 0 | 0.06 | 0.14 |
HSL | 141.82º | 0.23% | 0.82% | - |
HSV(B) | 141.82º | 0.1% | 0.86% | - |
XYZ | 59.38 | 66.94 | 67.55 | - |
YUV | 210.83 | 124.71 | 118.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 219 | 205 | 0.10 | 0 | 0.06 | 0.14 | 141.82 | 0.23 | 0.82 |
Hex | C5 | DB | CD | A | 0 | 6 | E | 8E | 17 | 52 |
Octal | 305 | 333 | 315 | 12 | 0 | 6 | 16 | 216 | 27 | 122 |
Binary | 11000101 | 11011011 | 11001101 | 1010 | 0 | 110 | 1110 | 10001110 | 10111 | 1010010 |
Color Harmonies of #C5DBCD
Complementary color
Monochromatic Colors of #C5DBCD
Black with #C5DBCD
Text Example
Text Example
White with #C5DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBCD; }
p { color: rgb(197,219,205); }
H1.HeaderClassName
{
color: #C5DBCD;
}
.AnyTagClassName
{
color: #C5DBCD;
}
</style>
background-color css
<style>
a { background-color: #C5DBCD; }
a { background-color: rgb(197,219,205); }
div.DivClassName
{
background-color: #C5DBCD;
}
.BgClassName
{
background-color: #C5DBCD;
}
</style>
border-color css
<style>
span { border-color: #C5DBCD; }
span { border-color: rgb(197,219,205); }
td.TdClassName
{
border-color: #C5DBCD;
}
.TagClassName
{
border-color: #C5DBCD;
}
</style>