Shades of Granny Apple #C3DECD
Tints of Granny Apple #C3DECD
RGB
CMYK
RGB Variations
Color information
#C3DECD (or 0xC3DECD) is known color: Granny Apple. HEX triplet: C3, DE and CD. RGB value is (195,222,205). Sum of RGB (Red+Green+Blue) = 195+222+205=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DECD is #3C2132. Grayscale: #D4D4D4. Windows color (decimal): -3940659 or 13491907. OLE color: 13491907.
HSL color Cylindrical-coordinate representation of color #C3DECD: hue angle of 142.22º 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 #C3DECD is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 222 | 205 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.13 |
| HSL | 142.22º | 0.29% | 0.82% | - |
| HSV(B) | 142.22º | 0.12% | 0.87% | - |
| XYZ | 59.65 | 68.25 | 67.79 | - |
| YUV | 211.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 222 | 205 | 0.12 | 0 | 0.08 | 0.13 | 142.22 | 0.29 | 0.82 |
| Hex | C3 | DE | CD | C | 0 | 8 | D | 8E | 1D | 52 |
| Octal | 303 | 336 | 315 | 14 | 0 | 10 | 15 | 216 | 35 | 122 |
| Binary | 11000011 | 11011110 | 11001101 | 1100 | 0 | 1000 | 1101 | 10001110 | 11101 | 1010010 |
Color Harmonies of #C3DECD
Complementary color
Monochromatic Colors of #C3DECD
Black with #C3DECD
Text Example
Text Example
White with #C3DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DECD; }
p { color: rgb(195,222,205); }
H1.HeaderClassName
{
color: #C3DECD;
}
.AnyTagClassName
{
color: #C3DECD;
}
</style>
background-color css
<style>
a { background-color: #C3DECD; }
a { background-color: rgb(195,222,205); }
div.DivClassName
{
background-color: #C3DECD;
}
.BgClassName
{
background-color: #C3DECD;
}
</style>
border-color css
<style>
span { border-color: #C3DECD; }
span { border-color: rgb(195,222,205); }
td.TdClassName
{
border-color: #C3DECD;
}
.TagClassName
{
border-color: #C3DECD;
}
</style>