Shades of Pale Leaf #C8D4B3
Tints of Pale Leaf #C8D4B3
RGB
CMYK
RGB Variations
Color information
#C8D4B3 (or 0xC8D4B3) is known color: Pale Leaf. HEX triplet: C8, D4 and B3. RGB value is (200,212,179). Sum of RGB (Red+Green+Blue) = 200+212+179=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D4B3 is #372B4C. Grayscale: #CCCCCC. Windows color (decimal): -3615565 or 11785416. OLE color: 11785416.
HSL color Cylindrical-coordinate representation of color #C8D4B3: hue angle of 81.82º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8D4B3 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 212 | 179 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.17 |
| HSL | 81.82º | 0.28% | 0.77% | - |
| HSV(B) | 81.82º | 0.16% | 0.83% | - |
| XYZ | 55.5 | 62.62 | 51.81 | - |
| YUV | 204.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 212 | 179 | 0.06 | 0 | 0.16 | 0.17 | 81.82 | 0.28 | 0.77 |
| Hex | C8 | D4 | B3 | 6 | 0 | 10 | 11 | 52 | 1C | 4D |
| Octal | 310 | 324 | 263 | 6 | 0 | 20 | 21 | 122 | 34 | 115 |
| Binary | 11001000 | 11010100 | 10110011 | 110 | 0 | 10000 | 10001 | 1010010 | 11100 | 1001101 |
Color Harmonies of #C8D4B3
Complementary color
Monochromatic Colors of #C8D4B3
Black with #C8D4B3
Text Example
Text Example
White with #C8D4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D4B3; }
p { color: rgb(200,212,179); }
H1.HeaderClassName
{
color: #C8D4B3;
}
.AnyTagClassName
{
color: #C8D4B3;
}
</style>
background-color css
<style>
a { background-color: #C8D4B3; }
a { background-color: rgb(200,212,179); }
div.DivClassName
{
background-color: #C8D4B3;
}
.BgClassName
{
background-color: #C8D4B3;
}
</style>
border-color css
<style>
span { border-color: #C8D4B3; }
span { border-color: rgb(200,212,179); }
td.TdClassName
{
border-color: #C8D4B3;
}
.TagClassName
{
border-color: #C8D4B3;
}
</style>