Shades of Pale Leaf #CAD8A4
Tints of Pale Leaf #CAD8A4
RGB
CMYK
RGB Variations
Color information
#CAD8A4 (or 0xCAD8A4) is known color: Pale Leaf. HEX triplet: CA, D8 and A4. RGB value is (202,216,164). Sum of RGB (Red+Green+Blue) = 202+216+164=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 164 (64.45% from 255 or 28.18% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD8A4 is #35275B. Grayscale: #CECECE. Windows color (decimal): -3483484 or 10803402. OLE color: 10803402.
HSL color Cylindrical-coordinate representation of color #CAD8A4: hue angle of 76.15º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAD8A4 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 216 | 164 | - |
CMYK | 0.06 | 0 | 0.24 | 0.15 |
HSL | 76.15º | 0.4% | 0.75% | - |
HSV(B) | 76.15º | 0.24% | 0.85% | - |
XYZ | 55.61 | 64.35 | 44.61 | - |
YUV | 205.89 | 104.36 | 125.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 216 | 164 | 0.06 | 0 | 0.24 | 0.15 | 76.15 | 0.4 | 0.75 |
Hex | CA | D8 | A4 | 6 | 0 | 18 | F | 4C | 28 | 4B |
Octal | 312 | 330 | 244 | 6 | 0 | 30 | 17 | 114 | 50 | 113 |
Binary | 11001010 | 11011000 | 10100100 | 110 | 0 | 11000 | 1111 | 1001100 | 101000 | 1001011 |
Color Harmonies of #CAD8A4
Complementary color
Monochromatic Colors of #CAD8A4
Black with #CAD8A4
Text Example
Text Example
White with #CAD8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8A4; }
p { color: rgb(202,216,164); }
H1.HeaderClassName
{
color: #CAD8A4;
}
.AnyTagClassName
{
color: #CAD8A4;
}
</style>
background-color css
<style>
a { background-color: #CAD8A4; }
a { background-color: rgb(202,216,164); }
div.DivClassName
{
background-color: #CAD8A4;
}
.BgClassName
{
background-color: #CAD8A4;
}
</style>
border-color css
<style>
span { border-color: #CAD8A4; }
span { border-color: rgb(202,216,164); }
td.TdClassName
{
border-color: #CAD8A4;
}
.TagClassName
{
border-color: #CAD8A4;
}
</style>