Shades of Pale Leaf #CAD5AC
Tints of Pale Leaf #CAD5AC
RGB
CMYK
RGB Variations
Color information
#CAD5AC (or 0xCAD5AC) is known color: Pale Leaf. HEX triplet: CA, D5 and AC. RGB value is (202,213,172). Sum of RGB (Red+Green+Blue) = 202+213+172=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD5AC is #352A53. Grayscale: #CDCDCD. Windows color (decimal): -3484244 or 11326922. OLE color: 11326922.
HSL color Cylindrical-coordinate representation of color #CAD5AC: hue angle of 76.1º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAD5AC is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 213 | 172 | - |
CMYK | 0.05 | 0 | 0.19 | 0.16 |
HSL | 76.1º | 0.33% | 0.75% | - |
HSV(B) | 76.1º | 0.19% | 0.84% | - |
XYZ | 55.6 | 63.12 | 48.28 | - |
YUV | 205.04 | 109.36 | 125.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 213 | 172 | 0.05 | 0 | 0.19 | 0.16 | 76.1 | 0.33 | 0.75 |
Hex | CA | D5 | AC | 5 | 0 | 13 | 10 | 4C | 21 | 4B |
Octal | 312 | 325 | 254 | 5 | 0 | 23 | 20 | 114 | 41 | 113 |
Binary | 11001010 | 11010101 | 10101100 | 101 | 0 | 10011 | 10000 | 1001100 | 100001 | 1001011 |
Color Harmonies of #CAD5AC
Complementary color
Monochromatic Colors of #CAD5AC
Black with #CAD5AC
Text Example
Text Example
White with #CAD5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD5AC; }
p { color: rgb(202,213,172); }
H1.HeaderClassName
{
color: #CAD5AC;
}
.AnyTagClassName
{
color: #CAD5AC;
}
</style>
background-color css
<style>
a { background-color: #CAD5AC; }
a { background-color: rgb(202,213,172); }
div.DivClassName
{
background-color: #CAD5AC;
}
.BgClassName
{
background-color: #CAD5AC;
}
</style>
border-color css
<style>
span { border-color: #CAD5AC; }
span { border-color: rgb(202,213,172); }
td.TdClassName
{
border-color: #CAD5AC;
}
.TagClassName
{
border-color: #CAD5AC;
}
</style>