Shades of Madang #C2DCAE
Tints of Madang #C2DCAE
RGB
CMYK
RGB Variations
Color information
#C2DCAE (or 0xC2DCAE) is known color: Madang. HEX triplet: C2, DC and AE. RGB value is (194,220,174). Sum of RGB (Red+Green+Blue) = 194+220+174=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DCAE is #3D2351. Grayscale: #CFCFCF. Windows color (decimal): -4006738 or 11459778. OLE color: 11459778.
HSL color Cylindrical-coordinate representation of color #C2DCAE: hue angle of 93.91º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2DCAE is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 174 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.14 |
| HSL | 93.91º | 0.4% | 0.77% | - |
| HSV(B) | 93.91º | 0.21% | 0.86% | - |
| XYZ | 55.48 | 65.71 | 49.8 | - |
| YUV | 206.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 174 | 0.12 | 0 | 0.21 | 0.14 | 93.91 | 0.4 | 0.77 |
| Hex | C2 | DC | AE | C | 0 | 15 | E | 5E | 28 | 4D |
| Octal | 302 | 334 | 256 | 14 | 0 | 25 | 16 | 136 | 50 | 115 |
| Binary | 11000010 | 11011100 | 10101110 | 1100 | 0 | 10101 | 1110 | 1011110 | 101000 | 1001101 |
Color Harmonies of #C2DCAE
Complementary color
Monochromatic Colors of #C2DCAE
Black with #C2DCAE
Text Example
Text Example
White with #C2DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCAE; }
p { color: rgb(194,220,174); }
H1.HeaderClassName
{
color: #C2DCAE;
}
.AnyTagClassName
{
color: #C2DCAE;
}
</style>
background-color css
<style>
a { background-color: #C2DCAE; }
a { background-color: rgb(194,220,174); }
div.DivClassName
{
background-color: #C2DCAE;
}
.BgClassName
{
background-color: #C2DCAE;
}
</style>
border-color css
<style>
span { border-color: #C2DCAE; }
span { border-color: rgb(194,220,174); }
td.TdClassName
{
border-color: #C2DCAE;
}
.TagClassName
{
border-color: #C2DCAE;
}
</style>