Shades of Pale Leaf #C8D6B7
Tints of Pale Leaf #C8D6B7
RGB
CMYK
RGB Variations
Color information
#C8D6B7 (or 0xC8D6B7) is known color: Pale Leaf. HEX triplet: C8, D6 and B7. RGB value is (200,214,183). Sum of RGB (Red+Green+Blue) = 200+214+183=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 183 (71.88% from 255 or 30.65% from 597); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D6B7 is #372948. Grayscale: #CECECE. Windows color (decimal): -3615049 or 12048072. OLE color: 12048072.
HSL color Cylindrical-coordinate representation of color #C8D6B7: hue angle of 87.1º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8D6B7 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 183 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.16 |
| HSL | 87.1º | 0.27% | 0.78% | - |
| HSV(B) | 87.1º | 0.14% | 0.84% | - |
| XYZ | 56.41 | 63.79 | 54.14 | - |
| YUV | 206.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 183 | 0.07 | 0 | 0.14 | 0.16 | 87.1 | 0.27 | 0.78 |
| Hex | C8 | D6 | B7 | 7 | 0 | E | 10 | 57 | 1B | 4E |
| Octal | 310 | 326 | 267 | 7 | 0 | 16 | 20 | 127 | 33 | 116 |
| Binary | 11001000 | 11010110 | 10110111 | 111 | 0 | 1110 | 10000 | 1010111 | 11011 | 1001110 |
Color Harmonies of #C8D6B7
Complementary color
Monochromatic Colors of #C8D6B7
Black with #C8D6B7
Text Example
Text Example
White with #C8D6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D6B7; }
p { color: rgb(200,214,183); }
H1.HeaderClassName
{
color: #C8D6B7;
}
.AnyTagClassName
{
color: #C8D6B7;
}
</style>
background-color css
<style>
a { background-color: #C8D6B7; }
a { background-color: rgb(200,214,183); }
div.DivClassName
{
background-color: #C8D6B7;
}
.BgClassName
{
background-color: #C8D6B7;
}
</style>
border-color css
<style>
span { border-color: #C8D6B7; }
span { border-color: rgb(200,214,183); }
td.TdClassName
{
border-color: #C8D6B7;
}
.TagClassName
{
border-color: #C8D6B7;
}
</style>