Shades of Pale Leaf #CAD9A8
Tints of Pale Leaf #CAD9A8
RGB
CMYK
RGB Variations
Color information
#CAD9A8 (or 0xCAD9A8) is known color: Pale Leaf. HEX triplet: CA, D9 and A8. RGB value is (202,217,168). Sum of RGB (Red+Green+Blue) = 202+217+168=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 168 (66.02% from 255 or 28.62% from 587); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD9A8 is #352657. Grayscale: #CFCFCF. Windows color (decimal): -3483224 or 11065802. OLE color: 11065802.
HSL color Cylindrical-coordinate representation of color #CAD9A8: hue angle of 78.37º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAD9A8 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 217 | 168 | - |
CMYK | 0.07 | 0 | 0.23 | 0.15 |
HSL | 78.37º | 0.39% | 0.75% | - |
HSV(B) | 78.37º | 0.23% | 0.85% | - |
XYZ | 56.24 | 65.01 | 46.63 | - |
YUV | 206.93 | 106.03 | 124.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 217 | 168 | 0.07 | 0 | 0.23 | 0.15 | 78.37 | 0.39 | 0.75 |
Hex | CA | D9 | A8 | 7 | 0 | 17 | F | 4E | 27 | 4B |
Octal | 312 | 331 | 250 | 7 | 0 | 27 | 17 | 116 | 47 | 113 |
Binary | 11001010 | 11011001 | 10101000 | 111 | 0 | 10111 | 1111 | 1001110 | 100111 | 1001011 |
Color Harmonies of #CAD9A8
Complementary color
Monochromatic Colors of #CAD9A8
Black with #CAD9A8
Text Example
Text Example
White with #CAD9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD9A8; }
p { color: rgb(202,217,168); }
H1.HeaderClassName
{
color: #CAD9A8;
}
.AnyTagClassName
{
color: #CAD9A8;
}
</style>
background-color css
<style>
a { background-color: #CAD9A8; }
a { background-color: rgb(202,217,168); }
div.DivClassName
{
background-color: #CAD9A8;
}
.BgClassName
{
background-color: #CAD9A8;
}
</style>
border-color css
<style>
span { border-color: #CAD9A8; }
span { border-color: rgb(202,217,168); }
td.TdClassName
{
border-color: #CAD9A8;
}
.TagClassName
{
border-color: #CAD9A8;
}
</style>