Shades of Pale Leaf #C4CDB2
Tints of Pale Leaf #C4CDB2
RGB
CMYK
RGB Variations
Color information
#C4CDB2 (or 0xC4CDB2) is known color: Pale Leaf. HEX triplet: C4, CD and B2. RGB value is (196,205,178). Sum of RGB (Red+Green+Blue) = 196+205+178=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CDB2 is #3B324D. Grayscale: #C7C7C7. Windows color (decimal): -3879502 or 11718084. OLE color: 11718084.
HSL color Cylindrical-coordinate representation of color #C4CDB2: hue angle of 80º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4CDB2 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 205 | 178 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.20 |
| HSL | 80º | 0.21% | 0.75% | - |
| HSV(B) | 80º | 0.13% | 0.8% | - |
| XYZ | 52.63 | 58.61 | 50.66 | - |
| YUV | 199.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 205 | 178 | 0.04 | 0 | 0.13 | 0.20 | 80 | 0.21 | 0.75 |
| Hex | C4 | CD | B2 | 4 | 0 | D | 14 | 50 | 15 | 4B |
| Octal | 304 | 315 | 262 | 4 | 0 | 15 | 24 | 120 | 25 | 113 |
| Binary | 11000100 | 11001101 | 10110010 | 100 | 0 | 1101 | 10100 | 1010000 | 10101 | 1001011 |
Color Harmonies of #C4CDB2
Complementary color
Monochromatic Colors of #C4CDB2
Black with #C4CDB2
Text Example
Text Example
White with #C4CDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CDB2; }
p { color: rgb(196,205,178); }
H1.HeaderClassName
{
color: #C4CDB2;
}
.AnyTagClassName
{
color: #C4CDB2;
}
</style>
background-color css
<style>
a { background-color: #C4CDB2; }
a { background-color: rgb(196,205,178); }
div.DivClassName
{
background-color: #C4CDB2;
}
.BgClassName
{
background-color: #C4CDB2;
}
</style>
border-color css
<style>
span { border-color: #C4CDB2; }
span { border-color: rgb(196,205,178); }
td.TdClassName
{
border-color: #C4CDB2;
}
.TagClassName
{
border-color: #C4CDB2;
}
</style>