Shades of Granny Apple #C3DFCD
Tints of Granny Apple #C3DFCD
RGB
CMYK
RGB Variations
Color information
#C3DFCD (or 0xC3DFCD) is known color: Granny Apple. HEX triplet: C3, DF and CD. RGB value is (195,223,205). Sum of RGB (Red+Green+Blue) = 195+223+205=623 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.30% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DFCD is #3C2032. Grayscale: #D4D4D4. Windows color (decimal): -3940403 or 13492163. OLE color: 13492163.
HSL color Cylindrical-coordinate representation of color #C3DFCD: hue angle of 141.43º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3DFCD is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 205 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.13 |
| HSL | 141.43º | 0.3% | 0.82% | - |
| HSV(B) | 141.43º | 0.13% | 0.87% | - |
| XYZ | 59.91 | 68.79 | 67.88 | - |
| YUV | 212.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 205 | 0.13 | 0 | 0.08 | 0.13 | 141.43 | 0.3 | 0.82 |
| Hex | C3 | DF | CD | D | 0 | 8 | D | 8D | 1E | 52 |
| Octal | 303 | 337 | 315 | 15 | 0 | 10 | 15 | 215 | 36 | 122 |
| Binary | 11000011 | 11011111 | 11001101 | 1101 | 0 | 1000 | 1101 | 10001101 | 11110 | 1010010 |
Color Harmonies of #C3DFCD
Complementary color
Monochromatic Colors of #C3DFCD
Black with #C3DFCD
Text Example
Text Example
White with #C3DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DFCD; }
p { color: rgb(195,223,205); }
H1.HeaderClassName
{
color: #C3DFCD;
}
.AnyTagClassName
{
color: #C3DFCD;
}
</style>
background-color css
<style>
a { background-color: #C3DFCD; }
a { background-color: rgb(195,223,205); }
div.DivClassName
{
background-color: #C3DFCD;
}
.BgClassName
{
background-color: #C3DFCD;
}
</style>
border-color css
<style>
span { border-color: #C3DFCD; }
span { border-color: rgb(195,223,205); }
td.TdClassName
{
border-color: #C3DFCD;
}
.TagClassName
{
border-color: #C3DFCD;
}
</style>