Shades of Pale Leaf #C3D3AE
Tints of Pale Leaf #C3D3AE
RGB
CMYK
RGB Variations
Color information
#C3D3AE (or 0xC3D3AE) is known color: Pale Leaf. HEX triplet: C3, D3 and AE. RGB value is (195,211,174). Sum of RGB (Red+Green+Blue) = 195+211+174=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D3AE is #3C2C51. Grayscale: #CACACA. Windows color (decimal): -3943506 or 11457475. OLE color: 11457475.
HSL color Cylindrical-coordinate representation of color #C3D3AE: hue angle of 85.95º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3D3AE is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 211 | 174 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.17 |
| HSL | 85.95º | 0.3% | 0.75% | - |
| HSV(B) | 85.95º | 0.18% | 0.83% | - |
| XYZ | 53.44 | 61.25 | 49.05 | - |
| YUV | 202 | 112.2 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 211 | 174 | 0.08 | 0 | 0.18 | 0.17 | 85.95 | 0.3 | 0.75 |
| Hex | C3 | D3 | AE | 8 | 0 | 12 | 11 | 56 | 1E | 4B |
| Octal | 303 | 323 | 256 | 10 | 0 | 22 | 21 | 126 | 36 | 113 |
| Binary | 11000011 | 11010011 | 10101110 | 1000 | 0 | 10010 | 10001 | 1010110 | 11110 | 1001011 |
Color Harmonies of #C3D3AE
Complementary color
Monochromatic Colors of #C3D3AE
Black with #C3D3AE
Text Example
Text Example
White with #C3D3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D3AE; }
p { color: rgb(195,211,174); }
H1.HeaderClassName
{
color: #C3D3AE;
}
.AnyTagClassName
{
color: #C3D3AE;
}
</style>
background-color css
<style>
a { background-color: #C3D3AE; }
a { background-color: rgb(195,211,174); }
div.DivClassName
{
background-color: #C3D3AE;
}
.BgClassName
{
background-color: #C3D3AE;
}
</style>
border-color css
<style>
span { border-color: #C3D3AE; }
span { border-color: rgb(195,211,174); }
td.TdClassName
{
border-color: #C3D3AE;
}
.TagClassName
{
border-color: #C3D3AE;
}
</style>