Shades of Granny Apple #C5DECD
Tints of Granny Apple #C5DECD
RGB
CMYK
RGB Variations
Color information
#C5DECD (or 0xC5DECD) is known color: Granny Apple. HEX triplet: C5, DE and CD. RGB value is (197,222,205). Sum of RGB (Red+Green+Blue) = 197+222+205=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DECD is #3A2132. Grayscale: #D4D4D4. Windows color (decimal): -3809587 or 13491909. OLE color: 13491909.
HSL color Cylindrical-coordinate representation of color #C5DECD: hue angle of 139.2º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DECD is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 222 | 205 | - |
CMYK | 0.11 | 0 | 0.08 | 0.13 |
HSL | 139.2º | 0.27% | 0.82% | - |
HSV(B) | 139.2º | 0.11% | 0.87% | - |
XYZ | 60.17 | 68.52 | 67.81 | - |
YUV | 212.59 | 123.72 | 116.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 222 | 205 | 0.11 | 0 | 0.08 | 0.13 | 139.2 | 0.27 | 0.82 |
Hex | C5 | DE | CD | B | 0 | 8 | D | 8B | 1B | 52 |
Octal | 305 | 336 | 315 | 13 | 0 | 10 | 15 | 213 | 33 | 122 |
Binary | 11000101 | 11011110 | 11001101 | 1011 | 0 | 1000 | 1101 | 10001011 | 11011 | 1010010 |
Color Harmonies of #C5DECD
Complementary color
Monochromatic Colors of #C5DECD
Black with #C5DECD
Text Example
Text Example
White with #C5DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DECD; }
p { color: rgb(197,222,205); }
H1.HeaderClassName
{
color: #C5DECD;
}
.AnyTagClassName
{
color: #C5DECD;
}
</style>
background-color css
<style>
a { background-color: #C5DECD; }
a { background-color: rgb(197,222,205); }
div.DivClassName
{
background-color: #C5DECD;
}
.BgClassName
{
background-color: #C5DECD;
}
</style>
border-color css
<style>
span { border-color: #C5DECD; }
span { border-color: rgb(197,222,205); }
td.TdClassName
{
border-color: #C5DECD;
}
.TagClassName
{
border-color: #C5DECD;
}
</style>