Shades of Pale Leaf #C2CDAC
Tints of Pale Leaf #C2CDAC
RGB
CMYK
RGB Variations
Color information
#C2CDAC (or 0xC2CDAC) is known color: Pale Leaf. HEX triplet: C2, CD and AC. RGB value is (194,205,172). Sum of RGB (Red+Green+Blue) = 194+205+172=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CDAC is #3D3253. Grayscale: #C6C6C6. Windows color (decimal): -4010580 or 11324866. OLE color: 11324866.
HSL color Cylindrical-coordinate representation of color #C2CDAC: hue angle of 80º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2CDAC is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
RGB | 194 | 205 | 172 | - |
CMYK | 0.05 | 0 | 0.16 | 0.20 |
HSL | 80º | 0.25% | 0.74% | - |
HSV(B) | 80º | 0.16% | 0.8% | - |
XYZ | 51.53 | 58.11 | 47.53 | - |
YUV | 197.95 | 113.36 | 125.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 205 | 172 | 0.05 | 0 | 0.16 | 0.20 | 80 | 0.25 | 0.74 |
Hex | C2 | CD | AC | 5 | 0 | 10 | 14 | 50 | 19 | 4A |
Octal | 302 | 315 | 254 | 5 | 0 | 20 | 24 | 120 | 31 | 112 |
Binary | 11000010 | 11001101 | 10101100 | 101 | 0 | 10000 | 10100 | 1010000 | 11001 | 1001010 |
Color Harmonies of #C2CDAC
Complementary color
Monochromatic Colors of #C2CDAC
Black with #C2CDAC
Text Example
Text Example
White with #C2CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDAC; }
p { color: rgb(194,205,172); }
H1.HeaderClassName
{
color: #C2CDAC;
}
.AnyTagClassName
{
color: #C2CDAC;
}
</style>
background-color css
<style>
a { background-color: #C2CDAC; }
a { background-color: rgb(194,205,172); }
div.DivClassName
{
background-color: #C2CDAC;
}
.BgClassName
{
background-color: #C2CDAC;
}
</style>
border-color css
<style>
span { border-color: #C2CDAC; }
span { border-color: rgb(194,205,172); }
td.TdClassName
{
border-color: #C2CDAC;
}
.TagClassName
{
border-color: #C2CDAC;
}
</style>