Shades of Pale Leaf #C3D2AD
Tints of Pale Leaf #C3D2AD
RGB
CMYK
RGB Variations
Color information
#C3D2AD (or 0xC3D2AD) is known color: Pale Leaf. HEX triplet: C3, D2 and AD. RGB value is (195,210,173). Sum of RGB (Red+Green+Blue) = 195+210+173=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D2AD is #3C2D52. Grayscale: #C9C9C9. Windows color (decimal): -3943763 or 11391683. OLE color: 11391683.
HSL color Cylindrical-coordinate representation of color #C3D2AD: hue angle of 84.32º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3D2AD is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 210 | 173 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.18 |
| HSL | 84.32º | 0.29% | 0.75% | - |
| HSV(B) | 84.32º | 0.18% | 0.82% | - |
| XYZ | 53.1 | 60.71 | 48.46 | - |
| YUV | 201.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 210 | 173 | 0.07 | 0 | 0.18 | 0.18 | 84.32 | 0.29 | 0.75 |
| Hex | C3 | D2 | AD | 7 | 0 | 12 | 12 | 54 | 1D | 4B |
| Octal | 303 | 322 | 255 | 7 | 0 | 22 | 22 | 124 | 35 | 113 |
| Binary | 11000011 | 11010010 | 10101101 | 111 | 0 | 10010 | 10010 | 1010100 | 11101 | 1001011 |
Color Harmonies of #C3D2AD
Complementary color
Monochromatic Colors of #C3D2AD
Black with #C3D2AD
Text Example
Text Example
White with #C3D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D2AD; }
p { color: rgb(195,210,173); }
H1.HeaderClassName
{
color: #C3D2AD;
}
.AnyTagClassName
{
color: #C3D2AD;
}
</style>
background-color css
<style>
a { background-color: #C3D2AD; }
a { background-color: rgb(195,210,173); }
div.DivClassName
{
background-color: #C3D2AD;
}
.BgClassName
{
background-color: #C3D2AD;
}
</style>
border-color css
<style>
span { border-color: #C3D2AD; }
span { border-color: rgb(195,210,173); }
td.TdClassName
{
border-color: #C3D2AD;
}
.TagClassName
{
border-color: #C3D2AD;
}
</style>