Shades of Pale Leaf #C2CDAD
Tints of Pale Leaf #C2CDAD
RGB
CMYK
RGB Variations
Color information
#C2CDAD (or 0xC2CDAD) is known color: Pale Leaf. HEX triplet: C2, CD and AD. RGB value is (194,205,173). Sum of RGB (Red+Green+Blue) = 194+205+173=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CDAD is #3D3252. Grayscale: #C6C6C6. Windows color (decimal): -4010579 or 11390402. OLE color: 11390402.
HSL color Cylindrical-coordinate representation of color #C2CDAD: hue angle of 80.62º degrees, saturation: 0.24, 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 #C2CDAD is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
RGB | 194 | 205 | 173 | - |
CMYK | 0.05 | 0 | 0.16 | 0.20 |
HSL | 80.63º | 0.24% | 0.74% | - |
HSV(B) | 80.63º | 0.16% | 0.8% | - |
XYZ | 51.62 | 58.15 | 48.04 | - |
YUV | 198.06 | 113.86 | 125.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 205 | 173 | 0.05 | 0 | 0.16 | 0.20 | 80.63 | 0.24 | 0.74 |
Hex | C2 | CD | AD | 5 | 0 | 10 | 14 | 51 | 18 | 4A |
Octal | 302 | 315 | 255 | 5 | 0 | 20 | 24 | 121 | 30 | 112 |
Binary | 11000010 | 11001101 | 10101101 | 101 | 0 | 10000 | 10100 | 1010001 | 11000 | 1001010 |
Color Harmonies of #C2CDAD
Complementary color
Monochromatic Colors of #C2CDAD
Black with #C2CDAD
Text Example
Text Example
White with #C2CDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDAD; }
p { color: rgb(194,205,173); }
H1.HeaderClassName
{
color: #C2CDAD;
}
.AnyTagClassName
{
color: #C2CDAD;
}
</style>
background-color css
<style>
a { background-color: #C2CDAD; }
a { background-color: rgb(194,205,173); }
div.DivClassName
{
background-color: #C2CDAD;
}
.BgClassName
{
background-color: #C2CDAD;
}
</style>
border-color css
<style>
span { border-color: #C2CDAD; }
span { border-color: rgb(194,205,173); }
td.TdClassName
{
border-color: #C2CDAD;
}
.TagClassName
{
border-color: #C2CDAD;
}
</style>