Shades of Granny Apple #C2DDCA
Tints of Granny Apple #C2DDCA
RGB
CMYK
RGB Variations
Color information
#C2DDCA (or 0xC2DDCA) is known color: Granny Apple. HEX triplet: C2, DD and CA. RGB value is (194,221,202). Sum of RGB (Red+Green+Blue) = 194+221+202=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDCA is #3D2235. Grayscale: #D2D2D2. Windows color (decimal): -4006454 or 13295042. OLE color: 13295042.
HSL color Cylindrical-coordinate representation of color #C2DDCA: hue angle of 137.78º 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 #C2DDCA is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 202 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.13 |
| HSL | 137.78º | 0.28% | 0.81% | - |
| HSV(B) | 137.78º | 0.12% | 0.87% | - |
| XYZ | 58.77 | 67.45 | 65.8 | - |
| YUV | 210.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 202 | 0.12 | 0 | 0.09 | 0.13 | 137.78 | 0.28 | 0.81 |
| Hex | C2 | DD | CA | C | 0 | 9 | D | 8A | 1C | 51 |
| Octal | 302 | 335 | 312 | 14 | 0 | 11 | 15 | 212 | 34 | 121 |
| Binary | 11000010 | 11011101 | 11001010 | 1100 | 0 | 1001 | 1101 | 10001010 | 11100 | 1010001 |
Color Harmonies of #C2DDCA
Complementary color
Monochromatic Colors of #C2DDCA
Black with #C2DDCA
Text Example
Text Example
White with #C2DDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDCA; }
p { color: rgb(194,221,202); }
H1.HeaderClassName
{
color: #C2DDCA;
}
.AnyTagClassName
{
color: #C2DDCA;
}
</style>
background-color css
<style>
a { background-color: #C2DDCA; }
a { background-color: rgb(194,221,202); }
div.DivClassName
{
background-color: #C2DDCA;
}
.BgClassName
{
background-color: #C2DDCA;
}
</style>
border-color css
<style>
span { border-color: #C2DDCA; }
span { border-color: rgb(194,221,202); }
td.TdClassName
{
border-color: #C2DDCA;
}
.TagClassName
{
border-color: #C2DDCA;
}
</style>