Shades of Granny Apple #C4DFCD
Tints of Granny Apple #C4DFCD
RGB
CMYK
RGB Variations
Color information
#C4DFCD (or 0xC4DFCD) is known color: Granny Apple. HEX triplet: C4, DF and CD. RGB value is (196,223,205). Sum of RGB (Red+Green+Blue) = 196+223+205=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DFCD is #3B2032. Grayscale: #D4D4D4. Windows color (decimal): -3874867 or 13492164. OLE color: 13492164.
HSL color Cylindrical-coordinate representation of color #C4DFCD: hue angle of 140º degrees, saturation: 0.3, 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 #C4DFCD is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 205 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.13 |
| HSL | 140º | 0.3% | 0.82% | - |
| HSV(B) | 140º | 0.12% | 0.87% | - |
| XYZ | 60.17 | 68.92 | 67.89 | - |
| YUV | 212.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 205 | 0.12 | 0 | 0.08 | 0.13 | 140 | 0.3 | 0.82 |
| Hex | C4 | DF | CD | C | 0 | 8 | D | 8C | 1E | 52 |
| Octal | 304 | 337 | 315 | 14 | 0 | 10 | 15 | 214 | 36 | 122 |
| Binary | 11000100 | 11011111 | 11001101 | 1100 | 0 | 1000 | 1101 | 10001100 | 11110 | 1010010 |
Color Harmonies of #C4DFCD
Complementary color
Monochromatic Colors of #C4DFCD
Black with #C4DFCD
Text Example
Text Example
White with #C4DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DFCD; }
p { color: rgb(196,223,205); }
H1.HeaderClassName
{
color: #C4DFCD;
}
.AnyTagClassName
{
color: #C4DFCD;
}
</style>
background-color css
<style>
a { background-color: #C4DFCD; }
a { background-color: rgb(196,223,205); }
div.DivClassName
{
background-color: #C4DFCD;
}
.BgClassName
{
background-color: #C4DFCD;
}
</style>
border-color css
<style>
span { border-color: #C4DFCD; }
span { border-color: rgb(196,223,205); }
td.TdClassName
{
border-color: #C4DFCD;
}
.TagClassName
{
border-color: #C4DFCD;
}
</style>