Shades of Granny Apple #C4DECB
Tints of Granny Apple #C4DECB
RGB
CMYK
RGB Variations
Color information
#C4DECB (or 0xC4DECB) is known color: Granny Apple. HEX triplet: C4, DE and CB. RGB value is (196,222,203). Sum of RGB (Red+Green+Blue) = 196+222+203=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #C4DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DECB is #3B2134. Grayscale: #D4D4D4. Windows color (decimal): -3875125 or 13360836. OLE color: 13360836.
HSL color Cylindrical-coordinate representation of color #C4DECB: hue angle of 136.15º degrees, saturation: 0.28, 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 #C4DECB is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 222 | 203 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.13 |
| HSL | 136.15º | 0.28% | 0.82% | - |
| HSV(B) | 136.15º | 0.12% | 0.87% | - |
| XYZ | 59.67 | 68.29 | 66.54 | - |
| YUV | 212.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 222 | 203 | 0.12 | 0 | 0.09 | 0.13 | 136.15 | 0.28 | 0.82 |
| Hex | C4 | DE | CB | C | 0 | 9 | D | 88 | 1C | 52 |
| Octal | 304 | 336 | 313 | 14 | 0 | 11 | 15 | 210 | 34 | 122 |
| Binary | 11000100 | 11011110 | 11001011 | 1100 | 0 | 1001 | 1101 | 10001000 | 11100 | 1010010 |
Color Harmonies of #C4DECB
Complementary color
Monochromatic Colors of #C4DECB
Black with #C4DECB
Text Example
Text Example
White with #C4DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DECB; }
p { color: rgb(196,222,203); }
H1.HeaderClassName
{
color: #C4DECB;
}
.AnyTagClassName
{
color: #C4DECB;
}
</style>
background-color css
<style>
a { background-color: #C4DECB; }
a { background-color: rgb(196,222,203); }
div.DivClassName
{
background-color: #C4DECB;
}
.BgClassName
{
background-color: #C4DECB;
}
</style>
border-color css
<style>
span { border-color: #C4DECB; }
span { border-color: rgb(196,222,203); }
td.TdClassName
{
border-color: #C4DECB;
}
.TagClassName
{
border-color: #C4DECB;
}
</style>