Shades of Pale Leaf #CADCAB
Tints of Pale Leaf #CADCAB
RGB
CMYK
RGB Variations
Color information
#CADCAB (or 0xCADCAB) is known color: Pale Leaf. HEX triplet: CA, DC and AB. RGB value is (202,220,171). Sum of RGB (Red+Green+Blue) = 202+220+171=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADCAB is #352354. Grayscale: #D1D1D1. Windows color (decimal): -3482453 or 11263178. OLE color: 11263178.
HSL color Cylindrical-coordinate representation of color #CADCAB: hue angle of 82.04º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CADCAB is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 171 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.14 |
| HSL | 82.04º | 0.41% | 0.77% | - |
| HSV(B) | 82.04º | 0.22% | 0.86% | - |
| XYZ | 57.3 | 66.68 | 48.38 | - |
| YUV | 209.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 171 | 0.08 | 0 | 0.22 | 0.14 | 82.04 | 0.41 | 0.77 |
| Hex | CA | DC | AB | 8 | 0 | 16 | E | 52 | 29 | 4D |
| Octal | 312 | 334 | 253 | 10 | 0 | 26 | 16 | 122 | 51 | 115 |
| Binary | 11001010 | 11011100 | 10101011 | 1000 | 0 | 10110 | 1110 | 1010010 | 101001 | 1001101 |
Color Harmonies of #CADCAB
Complementary color
Monochromatic Colors of #CADCAB
Black with #CADCAB
Text Example
Text Example
White with #CADCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCAB; }
p { color: rgb(202,220,171); }
H1.HeaderClassName
{
color: #CADCAB;
}
.AnyTagClassName
{
color: #CADCAB;
}
</style>
background-color css
<style>
a { background-color: #CADCAB; }
a { background-color: rgb(202,220,171); }
div.DivClassName
{
background-color: #CADCAB;
}
.BgClassName
{
background-color: #CADCAB;
}
</style>
border-color css
<style>
span { border-color: #CADCAB; }
span { border-color: rgb(202,220,171); }
td.TdClassName
{
border-color: #CADCAB;
}
.TagClassName
{
border-color: #CADCAB;
}
</style>