Shades of Granny Apple #C5E3CF
Tints of Granny Apple #C5E3CF
RGB
CMYK
RGB Variations
Color information
#C5E3CF (or 0xC5E3CF) is known color: Granny Apple. HEX triplet: C5, E3 and CF. RGB value is (197,227,207). Sum of RGB (Red+Green+Blue) = 197+227+207=631 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.22% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E3CF is #3A1C30. Grayscale: #D7D7D7. Windows color (decimal): -3808305 or 13624261. OLE color: 13624261.
HSL color Cylindrical-coordinate representation of color #C5E3CF: hue angle of 140º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5E3CF is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
RGB | 197 | 227 | 207 | - |
CMYK | 0.13 | 0 | 0.09 | 0.11 |
HSL | 140º | 0.35% | 0.83% | - |
HSV(B) | 140º | 0.13% | 0.89% | - |
XYZ | 61.76 | 71.31 | 69.54 | - |
YUV | 215.75 | 123.06 | 114.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 227 | 207 | 0.13 | 0 | 0.09 | 0.11 | 140 | 0.35 | 0.83 |
Hex | C5 | E3 | CF | D | 0 | 9 | B | 8C | 23 | 53 |
Octal | 305 | 343 | 317 | 15 | 0 | 11 | 13 | 214 | 43 | 123 |
Binary | 11000101 | 11100011 | 11001111 | 1101 | 0 | 1001 | 1011 | 10001100 | 100011 | 1010011 |
Color Harmonies of #C5E3CF
Complementary color
Monochromatic Colors of #C5E3CF
Black with #C5E3CF
Text Example
Text Example
White with #C5E3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E3CF; }
p { color: rgb(197,227,207); }
H1.HeaderClassName
{
color: #C5E3CF;
}
.AnyTagClassName
{
color: #C5E3CF;
}
</style>
background-color css
<style>
a { background-color: #C5E3CF; }
a { background-color: rgb(197,227,207); }
div.DivClassName
{
background-color: #C5E3CF;
}
.BgClassName
{
background-color: #C5E3CF;
}
</style>
border-color css
<style>
span { border-color: #C5E3CF; }
span { border-color: rgb(197,227,207); }
td.TdClassName
{
border-color: #C5E3CF;
}
.TagClassName
{
border-color: #C5E3CF;
}
</style>