Shades of Pale Leaf #CADBA8
Tints of Pale Leaf #CADBA8
RGB
CMYK
RGB Variations
Color information
#CADBA8 (or 0xCADBA8) is known color: Pale Leaf. HEX triplet: CA, DB and A8. RGB value is (202,219,168). Sum of RGB (Red+Green+Blue) = 202+219+168=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADBA8 is #352457. Grayscale: #D0D0D0. Windows color (decimal): -3482712 or 11066314. OLE color: 11066314.
HSL color Cylindrical-coordinate representation of color #CADBA8: hue angle of 80º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CADBA8 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 168 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.14 |
| HSL | 80º | 0.41% | 0.76% | - |
| HSV(B) | 80º | 0.23% | 0.86% | - |
| XYZ | 56.76 | 66.05 | 46.8 | - |
| YUV | 208.1 | 105.37 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 168 | 0.08 | 0 | 0.23 | 0.14 | 80 | 0.41 | 0.76 |
| Hex | CA | DB | A8 | 8 | 0 | 17 | E | 50 | 29 | 4C |
| Octal | 312 | 333 | 250 | 10 | 0 | 27 | 16 | 120 | 51 | 114 |
| Binary | 11001010 | 11011011 | 10101000 | 1000 | 0 | 10111 | 1110 | 1010000 | 101001 | 1001100 |
Color Harmonies of #CADBA8
Complementary color
Monochromatic Colors of #CADBA8
Black with #CADBA8
Text Example
Text Example
White with #CADBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBA8; }
p { color: rgb(202,219,168); }
H1.HeaderClassName
{
color: #CADBA8;
}
.AnyTagClassName
{
color: #CADBA8;
}
</style>
background-color css
<style>
a { background-color: #CADBA8; }
a { background-color: rgb(202,219,168); }
div.DivClassName
{
background-color: #CADBA8;
}
.BgClassName
{
background-color: #CADBA8;
}
</style>
border-color css
<style>
span { border-color: #CADBA8; }
span { border-color: rgb(202,219,168); }
td.TdClassName
{
border-color: #CADBA8;
}
.TagClassName
{
border-color: #CADBA8;
}
</style>