Shades of Pale Leaf #CAD6A1
Tints of Pale Leaf #CAD6A1
RGB
CMYK
RGB Variations
Color information
#CAD6A1 (or 0xCAD6A1) is known color: Pale Leaf. HEX triplet: CA, D6 and A1. RGB value is (202,214,161). Sum of RGB (Red+Green+Blue) = 202+214+161=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD6A1 is #35295E. Grayscale: #CCCCCC. Windows color (decimal): -3483999 or 10606282. OLE color: 10606282.
HSL color Cylindrical-coordinate representation of color #CAD6A1: hue angle of 73.58º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAD6A1 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 214 | 161 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.16 |
| HSL | 73.58º | 0.39% | 0.74% | - |
| HSV(B) | 73.58º | 0.25% | 0.84% | - |
| XYZ | 54.84 | 63.22 | 43.03 | - |
| YUV | 204.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 214 | 161 | 0.06 | 0 | 0.25 | 0.16 | 73.58 | 0.39 | 0.74 |
| Hex | CA | D6 | A1 | 6 | 0 | 19 | 10 | 4A | 27 | 4A |
| Octal | 312 | 326 | 241 | 6 | 0 | 31 | 20 | 112 | 47 | 112 |
| Binary | 11001010 | 11010110 | 10100001 | 110 | 0 | 11001 | 10000 | 1001010 | 100111 | 1001010 |
Color Harmonies of #CAD6A1
Complementary color
Monochromatic Colors of #CAD6A1
Black with #CAD6A1
Text Example
Text Example
White with #CAD6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD6A1; }
p { color: rgb(202,214,161); }
H1.HeaderClassName
{
color: #CAD6A1;
}
.AnyTagClassName
{
color: #CAD6A1;
}
</style>
background-color css
<style>
a { background-color: #CAD6A1; }
a { background-color: rgb(202,214,161); }
div.DivClassName
{
background-color: #CAD6A1;
}
.BgClassName
{
background-color: #CAD6A1;
}
</style>
border-color css
<style>
span { border-color: #CAD6A1; }
span { border-color: rgb(202,214,161); }
td.TdClassName
{
border-color: #CAD6A1;
}
.TagClassName
{
border-color: #CAD6A1;
}
</style>