Shades of Granny Apple #C5DFCD
Tints of Granny Apple #C5DFCD
RGB
CMYK
RGB Variations
Color information
#C5DFCD (or 0xC5DFCD) is known color: Granny Apple. HEX triplet: C5, DF and CD. RGB value is (197,223,205). Sum of RGB (Red+Green+Blue) = 197+223+205=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DFCD is #3A2032. Grayscale: #D5D5D5. Windows color (decimal): -3809331 or 13492165. OLE color: 13492165.
HSL color Cylindrical-coordinate representation of color #C5DFCD: hue angle of 138.46º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5DFCD is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 223 | 205 | - |
CMYK | 0.12 | 0 | 0.08 | 0.13 |
HSL | 138.46º | 0.29% | 0.82% | - |
HSV(B) | 138.46º | 0.12% | 0.87% | - |
XYZ | 60.43 | 69.05 | 67.9 | - |
YUV | 213.17 | 123.39 | 116.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 223 | 205 | 0.12 | 0 | 0.08 | 0.13 | 138.46 | 0.29 | 0.82 |
Hex | C5 | DF | CD | C | 0 | 8 | D | 8A | 1D | 52 |
Octal | 305 | 337 | 315 | 14 | 0 | 10 | 15 | 212 | 35 | 122 |
Binary | 11000101 | 11011111 | 11001101 | 1100 | 0 | 1000 | 1101 | 10001010 | 11101 | 1010010 |
Color Harmonies of #C5DFCD
Complementary color
Monochromatic Colors of #C5DFCD
Black with #C5DFCD
Text Example
Text Example
White with #C5DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DFCD; }
p { color: rgb(197,223,205); }
H1.HeaderClassName
{
color: #C5DFCD;
}
.AnyTagClassName
{
color: #C5DFCD;
}
</style>
background-color css
<style>
a { background-color: #C5DFCD; }
a { background-color: rgb(197,223,205); }
div.DivClassName
{
background-color: #C5DFCD;
}
.BgClassName
{
background-color: #C5DFCD;
}
</style>
border-color css
<style>
span { border-color: #C5DFCD; }
span { border-color: rgb(197,223,205); }
td.TdClassName
{
border-color: #C5DFCD;
}
.TagClassName
{
border-color: #C5DFCD;
}
</style>