Shades of Pale Leaf #CAD8A1
Tints of Pale Leaf #CAD8A1
RGB
CMYK
RGB Variations
Color information
#CAD8A1 (or 0xCAD8A1) is known color: Pale Leaf. HEX triplet: CA, D8 and A1. RGB value is (202,216,161). Sum of RGB (Red+Green+Blue) = 202+216+161=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 161 (63.28% from 255 or 27.81% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD8A1 is #35275E. Grayscale: #CDCDCD. Windows color (decimal): -3483487 or 10606794. OLE color: 10606794.
HSL color Cylindrical-coordinate representation of color #CAD8A1: hue angle of 75.27º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAD8A1 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 216 | 161 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.15 |
| HSL | 75.27º | 0.41% | 0.74% | - |
| HSV(B) | 75.27º | 0.25% | 0.85% | - |
| XYZ | 55.35 | 64.24 | 43.2 | - |
| YUV | 205.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 216 | 161 | 0.06 | 0 | 0.25 | 0.15 | 75.27 | 0.41 | 0.74 |
| Hex | CA | D8 | A1 | 6 | 0 | 19 | F | 4B | 29 | 4A |
| Octal | 312 | 330 | 241 | 6 | 0 | 31 | 17 | 113 | 51 | 112 |
| Binary | 11001010 | 11011000 | 10100001 | 110 | 0 | 11001 | 1111 | 1001011 | 101001 | 1001010 |
Color Harmonies of #CAD8A1
Complementary color
Monochromatic Colors of #CAD8A1
Black with #CAD8A1
Text Example
Text Example
White with #CAD8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8A1; }
p { color: rgb(202,216,161); }
H1.HeaderClassName
{
color: #CAD8A1;
}
.AnyTagClassName
{
color: #CAD8A1;
}
</style>
background-color css
<style>
a { background-color: #CAD8A1; }
a { background-color: rgb(202,216,161); }
div.DivClassName
{
background-color: #CAD8A1;
}
.BgClassName
{
background-color: #CAD8A1;
}
</style>
border-color css
<style>
span { border-color: #CAD8A1; }
span { border-color: rgb(202,216,161); }
td.TdClassName
{
border-color: #CAD8A1;
}
.TagClassName
{
border-color: #CAD8A1;
}
</style>