Shades of Granny Apple #C2DDCB
Tints of Granny Apple #C2DDCB
RGB
CMYK
RGB Variations
Color information
#C2DDCB (or 0xC2DDCB) is known color: Granny Apple. HEX triplet: C2, DD and CB. RGB value is (194,221,203). Sum of RGB (Red+Green+Blue) = 194+221+203=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDCB is #3D2234. Grayscale: #D2D2D2. Windows color (decimal): -4006453 or 13360578. OLE color: 13360578.
HSL color Cylindrical-coordinate representation of color #C2DDCB: hue angle of 140º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DDCB is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 221 | 203 | - |
CMYK | 0.12 | 0 | 0.08 | 0.13 |
HSL | 140º | 0.28% | 0.81% | - |
HSV(B) | 140º | 0.12% | 0.87% | - |
XYZ | 58.88 | 67.49 | 66.42 | - |
YUV | 210.88 | 123.55 | 115.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 221 | 203 | 0.12 | 0 | 0.08 | 0.13 | 140 | 0.28 | 0.81 |
Hex | C2 | DD | CB | C | 0 | 8 | D | 8C | 1C | 51 |
Octal | 302 | 335 | 313 | 14 | 0 | 10 | 15 | 214 | 34 | 121 |
Binary | 11000010 | 11011101 | 11001011 | 1100 | 0 | 1000 | 1101 | 10001100 | 11100 | 1010001 |
Color Harmonies of #C2DDCB
Complementary color
Monochromatic Colors of #C2DDCB
Black with #C2DDCB
Text Example
Text Example
White with #C2DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDCB; }
p { color: rgb(194,221,203); }
H1.HeaderClassName
{
color: #C2DDCB;
}
.AnyTagClassName
{
color: #C2DDCB;
}
</style>
background-color css
<style>
a { background-color: #C2DDCB; }
a { background-color: rgb(194,221,203); }
div.DivClassName
{
background-color: #C2DDCB;
}
.BgClassName
{
background-color: #C2DDCB;
}
</style>
border-color css
<style>
span { border-color: #C2DDCB; }
span { border-color: rgb(194,221,203); }
td.TdClassName
{
border-color: #C2DDCB;
}
.TagClassName
{
border-color: #C2DDCB;
}
</style>