Shades of Pale Leaf #CAD7A6
Tints of Pale Leaf #CAD7A6
RGB
CMYK
RGB Variations
Color information
#CAD7A6 (or 0xCAD7A6) is known color: Pale Leaf. HEX triplet: CA, D7 and A6. RGB value is (202,215,166). Sum of RGB (Red+Green+Blue) = 202+215+166=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 166 (65.23% from 255 or 28.47% from 583); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD7A6 is #352859. Grayscale: #CDCDCD. Windows color (decimal): -3483738 or 10934218. OLE color: 10934218.
HSL color Cylindrical-coordinate representation of color #CAD7A6: hue angle of 75.92º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAD7A6 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 215 | 166 | - |
CMYK | 0.06 | 0 | 0.23 | 0.16 |
HSL | 75.92º | 0.38% | 0.75% | - |
HSV(B) | 75.92º | 0.23% | 0.84% | - |
XYZ | 55.54 | 63.91 | 45.49 | - |
YUV | 205.53 | 105.69 | 125.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 215 | 166 | 0.06 | 0 | 0.23 | 0.16 | 75.92 | 0.38 | 0.75 |
Hex | CA | D7 | A6 | 6 | 0 | 17 | 10 | 4C | 26 | 4B |
Octal | 312 | 327 | 246 | 6 | 0 | 27 | 20 | 114 | 46 | 113 |
Binary | 11001010 | 11010111 | 10100110 | 110 | 0 | 10111 | 10000 | 1001100 | 100110 | 1001011 |
Color Harmonies of #CAD7A6
Complementary color
Monochromatic Colors of #CAD7A6
Black with #CAD7A6
Text Example
Text Example
White with #CAD7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD7A6; }
p { color: rgb(202,215,166); }
H1.HeaderClassName
{
color: #CAD7A6;
}
.AnyTagClassName
{
color: #CAD7A6;
}
</style>
background-color css
<style>
a { background-color: #CAD7A6; }
a { background-color: rgb(202,215,166); }
div.DivClassName
{
background-color: #CAD7A6;
}
.BgClassName
{
background-color: #CAD7A6;
}
</style>
border-color css
<style>
span { border-color: #CAD7A6; }
span { border-color: rgb(202,215,166); }
td.TdClassName
{
border-color: #CAD7A6;
}
.TagClassName
{
border-color: #CAD7A6;
}
</style>