Shades of Pale Leaf #CAD8B1
Tints of Pale Leaf #CAD8B1
RGB
CMYK
RGB Variations
Color information
#CAD8B1 (or 0xCAD8B1) is known color: Pale Leaf. HEX triplet: CA, D8 and B1. RGB value is (202,216,177). Sum of RGB (Red+Green+Blue) = 202+216+177=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 177 (69.53% from 255 or 29.75% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD8B1 is #35274E. Grayscale: #CFCFCF. Windows color (decimal): -3483471 or 11655370. OLE color: 11655370.
HSL color Cylindrical-coordinate representation of color #CAD8B1: hue angle of 81.54º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAD8B1 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 216 | 177 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.15 |
| HSL | 81.54º | 0.33% | 0.77% | - |
| HSV(B) | 81.54º | 0.18% | 0.85% | - |
| XYZ | 56.85 | 64.84 | 51.11 | - |
| YUV | 207.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 216 | 177 | 0.06 | 0 | 0.18 | 0.15 | 81.54 | 0.33 | 0.77 |
| Hex | CA | D8 | B1 | 6 | 0 | 12 | F | 52 | 21 | 4D |
| Octal | 312 | 330 | 261 | 6 | 0 | 22 | 17 | 122 | 41 | 115 |
| Binary | 11001010 | 11011000 | 10110001 | 110 | 0 | 10010 | 1111 | 1010010 | 100001 | 1001101 |
Color Harmonies of #CAD8B1
Complementary color
Monochromatic Colors of #CAD8B1
Black with #CAD8B1
Text Example
Text Example
White with #CAD8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8B1; }
p { color: rgb(202,216,177); }
H1.HeaderClassName
{
color: #CAD8B1;
}
.AnyTagClassName
{
color: #CAD8B1;
}
</style>
background-color css
<style>
a { background-color: #CAD8B1; }
a { background-color: rgb(202,216,177); }
div.DivClassName
{
background-color: #CAD8B1;
}
.BgClassName
{
background-color: #CAD8B1;
}
</style>
border-color css
<style>
span { border-color: #CAD8B1; }
span { border-color: rgb(202,216,177); }
td.TdClassName
{
border-color: #CAD8B1;
}
.TagClassName
{
border-color: #CAD8B1;
}
</style>