Shades of Pale Leaf #CADAB4
Tints of Pale Leaf #CADAB4
RGB
CMYK
RGB Variations
Color information
#CADAB4 (or 0xCADAB4) is known color: Pale Leaf. HEX triplet: CA, DA and B4. RGB value is (202,218,180). Sum of RGB (Red+Green+Blue) = 202+218+180=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADAB4 is #35254B. Grayscale: #D1D1D1. Windows color (decimal): -3482956 or 11852490. OLE color: 11852490.
HSL color Cylindrical-coordinate representation of color #CADAB4: hue angle of 85.26º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CADAB4 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 180 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.15 |
| HSL | 85.26º | 0.34% | 0.78% | - |
| HSV(B) | 85.26º | 0.17% | 0.85% | - |
| XYZ | 57.67 | 65.99 | 52.88 | - |
| YUV | 208.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 180 | 0.07 | 0 | 0.17 | 0.15 | 85.26 | 0.34 | 0.78 |
| Hex | CA | DA | B4 | 7 | 0 | 11 | F | 55 | 22 | 4E |
| Octal | 312 | 332 | 264 | 7 | 0 | 21 | 17 | 125 | 42 | 116 |
| Binary | 11001010 | 11011010 | 10110100 | 111 | 0 | 10001 | 1111 | 1010101 | 100010 | 1001110 |
Color Harmonies of #CADAB4
Complementary color
Monochromatic Colors of #CADAB4
Black with #CADAB4
Text Example
Text Example
White with #CADAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADAB4; }
p { color: rgb(202,218,180); }
H1.HeaderClassName
{
color: #CADAB4;
}
.AnyTagClassName
{
color: #CADAB4;
}
</style>
background-color css
<style>
a { background-color: #CADAB4; }
a { background-color: rgb(202,218,180); }
div.DivClassName
{
background-color: #CADAB4;
}
.BgClassName
{
background-color: #CADAB4;
}
</style>
border-color css
<style>
span { border-color: #CADAB4; }
span { border-color: rgb(202,218,180); }
td.TdClassName
{
border-color: #CADAB4;
}
.TagClassName
{
border-color: #CADAB4;
}
</style>