Shades of Pale Leaf #CADCAA
Tints of Pale Leaf #CADCAA
RGB
CMYK
RGB Variations
Color information
#CADCAA (or 0xCADCAA) is known color: Pale Leaf. HEX triplet: CA, DC and AA. RGB value is (202,220,170). Sum of RGB (Red+Green+Blue) = 202+220+170=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADCAA is #352355. Grayscale: #D1D1D1. Windows color (decimal): -3482454 or 11197642. OLE color: 11197642.
HSL color Cylindrical-coordinate representation of color #CADCAA: hue angle of 81.6º degrees, saturation: 0.42, 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 #CADCAA is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 170 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.14 |
| HSL | 81.6º | 0.42% | 0.76% | - |
| HSV(B) | 81.6º | 0.23% | 0.86% | - |
| XYZ | 57.21 | 66.65 | 47.88 | - |
| YUV | 208.92 | 106.04 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 170 | 0.08 | 0 | 0.23 | 0.14 | 81.6 | 0.42 | 0.76 |
| Hex | CA | DC | AA | 8 | 0 | 17 | E | 52 | 2A | 4C |
| Octal | 312 | 334 | 252 | 10 | 0 | 27 | 16 | 122 | 52 | 114 |
| Binary | 11001010 | 11011100 | 10101010 | 1000 | 0 | 10111 | 1110 | 1010010 | 101010 | 1001100 |
Color Harmonies of #CADCAA
Complementary color
Monochromatic Colors of #CADCAA
Black with #CADCAA
Text Example
Text Example
White with #CADCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCAA; }
p { color: rgb(202,220,170); }
H1.HeaderClassName
{
color: #CADCAA;
}
.AnyTagClassName
{
color: #CADCAA;
}
</style>
background-color css
<style>
a { background-color: #CADCAA; }
a { background-color: rgb(202,220,170); }
div.DivClassName
{
background-color: #CADCAA;
}
.BgClassName
{
background-color: #CADCAA;
}
</style>
border-color css
<style>
span { border-color: #CADCAA; }
span { border-color: rgb(202,220,170); }
td.TdClassName
{
border-color: #CADCAA;
}
.TagClassName
{
border-color: #CADCAA;
}
</style>