Shades of Pale Leaf #CAD9AC
Tints of Pale Leaf #CAD9AC
RGB
CMYK
RGB Variations
Color information
#CAD9AC (or 0xCAD9AC) is known color: Pale Leaf. HEX triplet: CA, D9 and AC. RGB value is (202,217,172). Sum of RGB (Red+Green+Blue) = 202+217+172=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD9AC is #352653. Grayscale: #CFCFCF. Windows color (decimal): -3483220 or 11327946. OLE color: 11327946.
HSL color Cylindrical-coordinate representation of color #CAD9AC: hue angle of 80º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAD9AC is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 217 | 172 | - |
CMYK | 0.07 | 0 | 0.21 | 0.15 |
HSL | 80º | 0.37% | 0.76% | - |
HSV(B) | 80º | 0.21% | 0.85% | - |
XYZ | 56.62 | 65.16 | 48.62 | - |
YUV | 207.39 | 108.03 | 124.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 217 | 172 | 0.07 | 0 | 0.21 | 0.15 | 80 | 0.37 | 0.76 |
Hex | CA | D9 | AC | 7 | 0 | 15 | F | 50 | 25 | 4C |
Octal | 312 | 331 | 254 | 7 | 0 | 25 | 17 | 120 | 45 | 114 |
Binary | 11001010 | 11011001 | 10101100 | 111 | 0 | 10101 | 1111 | 1010000 | 100101 | 1001100 |
Color Harmonies of #CAD9AC
Complementary color
Monochromatic Colors of #CAD9AC
Black with #CAD9AC
Text Example
Text Example
White with #CAD9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD9AC; }
p { color: rgb(202,217,172); }
H1.HeaderClassName
{
color: #CAD9AC;
}
.AnyTagClassName
{
color: #CAD9AC;
}
</style>
background-color css
<style>
a { background-color: #CAD9AC; }
a { background-color: rgb(202,217,172); }
div.DivClassName
{
background-color: #CAD9AC;
}
.BgClassName
{
background-color: #CAD9AC;
}
</style>
border-color css
<style>
span { border-color: #CAD9AC; }
span { border-color: rgb(202,217,172); }
td.TdClassName
{
border-color: #CAD9AC;
}
.TagClassName
{
border-color: #CAD9AC;
}
</style>