Shades of Granny Apple #C5DDCB
Tints of Granny Apple #C5DDCB
RGB
CMYK
RGB Variations
Color information
#C5DDCB (or 0xC5DDCB) is known color: Granny Apple. HEX triplet: C5, DD and CB. RGB value is (197,221,203). Sum of RGB (Red+Green+Blue) = 197+221+203=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDCB is #3A2234. Grayscale: #D3D3D3. Windows color (decimal): -3809845 or 13360581. OLE color: 13360581.
HSL color Cylindrical-coordinate representation of color #C5DDCB: hue angle of 135º degrees, saturation: 0.26, 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 #C5DDCB is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 221 | 203 | - |
CMYK | 0.11 | 0 | 0.08 | 0.13 |
HSL | 135º | 0.26% | 0.82% | - |
HSV(B) | 135º | 0.11% | 0.87% | - |
XYZ | 59.66 | 67.9 | 66.46 | - |
YUV | 211.77 | 123.05 | 117.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 221 | 203 | 0.11 | 0 | 0.08 | 0.13 | 135 | 0.26 | 0.82 |
Hex | C5 | DD | CB | B | 0 | 8 | D | 87 | 1A | 52 |
Octal | 305 | 335 | 313 | 13 | 0 | 10 | 15 | 207 | 32 | 122 |
Binary | 11000101 | 11011101 | 11001011 | 1011 | 0 | 1000 | 1101 | 10000111 | 11010 | 1010010 |
Color Harmonies of #C5DDCB
Complementary color
Monochromatic Colors of #C5DDCB
Black with #C5DDCB
Text Example
Text Example
White with #C5DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DDCB; }
p { color: rgb(197,221,203); }
H1.HeaderClassName
{
color: #C5DDCB;
}
.AnyTagClassName
{
color: #C5DDCB;
}
</style>
background-color css
<style>
a { background-color: #C5DDCB; }
a { background-color: rgb(197,221,203); }
div.DivClassName
{
background-color: #C5DDCB;
}
.BgClassName
{
background-color: #C5DDCB;
}
</style>
border-color css
<style>
span { border-color: #C5DDCB; }
span { border-color: rgb(197,221,203); }
td.TdClassName
{
border-color: #C5DDCB;
}
.TagClassName
{
border-color: #C5DDCB;
}
</style>