Shades of Granny Apple #C2DDCC
Tints of Granny Apple #C2DDCC
RGB
CMYK
RGB Variations
Color information
#C2DDCC (or 0xC2DDCC) is known color: Granny Apple. HEX triplet: C2, DD and CC. RGB value is (194,221,204). Sum of RGB (Red+Green+Blue) = 194+221+204=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDCC is #3D2233. Grayscale: #D3D3D3. Windows color (decimal): -4006452 or 13426114. OLE color: 13426114.
HSL color Cylindrical-coordinate representation of color #C2DDCC: hue angle of 142.22º 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 #C2DDCC is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 221 | 204 | - |
CMYK | 0.12 | 0 | 0.08 | 0.13 |
HSL | 142.22º | 0.28% | 0.81% | - |
HSV(B) | 142.22º | 0.12% | 0.87% | - |
XYZ | 59 | 67.54 | 67.05 | - |
YUV | 210.99 | 124.05 | 115.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 221 | 204 | 0.12 | 0 | 0.08 | 0.13 | 142.22 | 0.28 | 0.81 |
Hex | C2 | DD | CC | C | 0 | 8 | D | 8E | 1C | 51 |
Octal | 302 | 335 | 314 | 14 | 0 | 10 | 15 | 216 | 34 | 121 |
Binary | 11000010 | 11011101 | 11001100 | 1100 | 0 | 1000 | 1101 | 10001110 | 11100 | 1010001 |
Color Harmonies of #C2DDCC
Complementary color
Monochromatic Colors of #C2DDCC
Black with #C2DDCC
Text Example
Text Example
White with #C2DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDCC; }
p { color: rgb(194,221,204); }
H1.HeaderClassName
{
color: #C2DDCC;
}
.AnyTagClassName
{
color: #C2DDCC;
}
</style>
background-color css
<style>
a { background-color: #C2DDCC; }
a { background-color: rgb(194,221,204); }
div.DivClassName
{
background-color: #C2DDCC;
}
.BgClassName
{
background-color: #C2DDCC;
}
</style>
border-color css
<style>
span { border-color: #C2DDCC; }
span { border-color: rgb(194,221,204); }
td.TdClassName
{
border-color: #C2DDCC;
}
.TagClassName
{
border-color: #C2DDCC;
}
</style>