Shades of Granny Apple #C2DECB
Tints of Granny Apple #C2DECB
RGB
CMYK
RGB Variations
Color information
#C2DECB (or 0xC2DECB) is known color: Granny Apple. HEX triplet: C2, DE and CB. RGB value is (194,222,203). Sum of RGB (Red+Green+Blue) = 194+222+203=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DECB is #3D2134. Grayscale: #D3D3D3. Windows color (decimal): -4006197 or 13360834. OLE color: 13360834.
HSL color Cylindrical-coordinate representation of color #C2DECB: hue angle of 139.29º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DECB is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 203 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.13 |
| HSL | 139.29º | 0.3% | 0.82% | - |
| HSV(B) | 139.29º | 0.13% | 0.87% | - |
| XYZ | 59.15 | 68.02 | 66.51 | - |
| YUV | 211.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 203 | 0.13 | 0 | 0.09 | 0.13 | 139.29 | 0.3 | 0.82 |
| Hex | C2 | DE | CB | D | 0 | 9 | D | 8B | 1E | 52 |
| Octal | 302 | 336 | 313 | 15 | 0 | 11 | 15 | 213 | 36 | 122 |
| Binary | 11000010 | 11011110 | 11001011 | 1101 | 0 | 1001 | 1101 | 10001011 | 11110 | 1010010 |
Color Harmonies of #C2DECB
Complementary color
Monochromatic Colors of #C2DECB
Black with #C2DECB
Text Example
Text Example
White with #C2DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DECB; }
p { color: rgb(194,222,203); }
H1.HeaderClassName
{
color: #C2DECB;
}
.AnyTagClassName
{
color: #C2DECB;
}
</style>
background-color css
<style>
a { background-color: #C2DECB; }
a { background-color: rgb(194,222,203); }
div.DivClassName
{
background-color: #C2DECB;
}
.BgClassName
{
background-color: #C2DECB;
}
</style>
border-color css
<style>
span { border-color: #C2DECB; }
span { border-color: rgb(194,222,203); }
td.TdClassName
{
border-color: #C2DECB;
}
.TagClassName
{
border-color: #C2DECB;
}
</style>