Shades of Pale Leaf #CADAA1
Tints of Pale Leaf #CADAA1
RGB
CMYK
RGB Variations
Color information
#CADAA1 (or 0xCADAA1) is known color: Pale Leaf. HEX triplet: CA, DA and A1. RGB value is (202,218,161). Sum of RGB (Red+Green+Blue) = 202+218+161=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADAA1 is #35255E. Grayscale: #CECECE. Windows color (decimal): -3482975 or 10607306. OLE color: 10607306.
HSL color Cylindrical-coordinate representation of color #CADAA1: hue angle of 76.84º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CADAA1 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 161 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.15 |
| HSL | 76.84º | 0.44% | 0.74% | - |
| HSV(B) | 76.84º | 0.26% | 0.85% | - |
| XYZ | 55.86 | 65.27 | 43.37 | - |
| YUV | 206.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 161 | 0.07 | 0 | 0.26 | 0.15 | 76.84 | 0.44 | 0.74 |
| Hex | CA | DA | A1 | 7 | 0 | 1A | F | 4D | 2C | 4A |
| Octal | 312 | 332 | 241 | 7 | 0 | 32 | 17 | 115 | 54 | 112 |
| Binary | 11001010 | 11011010 | 10100001 | 111 | 0 | 11010 | 1111 | 1001101 | 101100 | 1001010 |
Color Harmonies of #CADAA1
Complementary color
Monochromatic Colors of #CADAA1
Black with #CADAA1
Text Example
Text Example
White with #CADAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADAA1; }
p { color: rgb(202,218,161); }
H1.HeaderClassName
{
color: #CADAA1;
}
.AnyTagClassName
{
color: #CADAA1;
}
</style>
background-color css
<style>
a { background-color: #CADAA1; }
a { background-color: rgb(202,218,161); }
div.DivClassName
{
background-color: #CADAA1;
}
.BgClassName
{
background-color: #CADAA1;
}
</style>
border-color css
<style>
span { border-color: #CADAA1; }
span { border-color: rgb(202,218,161); }
td.TdClassName
{
border-color: #CADAA1;
}
.TagClassName
{
border-color: #CADAA1;
}
</style>