Shades of Pale Leaf #C6D0B6
Tints of Pale Leaf #C6D0B6
RGB
CMYK
RGB Variations
Color information
#C6D0B6 (or 0xC6D0B6) is known color: Pale Leaf. HEX triplet: C6, D0 and B6. RGB value is (198,208,182). Sum of RGB (Red+Green+Blue) = 198+208+182=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D0B6 is #392F49. Grayscale: #CACACA. Windows color (decimal): -3747658 or 11980998. OLE color: 11980998.
HSL color Cylindrical-coordinate representation of color #C6D0B6: hue angle of 83.08º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6D0B6 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 208 | 182 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.18 |
| HSL | 83.08º | 0.22% | 0.76% | - |
| HSV(B) | 83.08º | 0.13% | 0.82% | - |
| XYZ | 54.29 | 60.49 | 53.07 | - |
| YUV | 202.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 182 | 0.05 | 0 | 0.12 | 0.18 | 83.08 | 0.22 | 0.76 |
| Hex | C6 | D0 | B6 | 5 | 0 | C | 12 | 53 | 16 | 4C |
| Octal | 306 | 320 | 266 | 5 | 0 | 14 | 22 | 123 | 26 | 114 |
| Binary | 11000110 | 11010000 | 10110110 | 101 | 0 | 1100 | 10010 | 1010011 | 10110 | 1001100 |
Color Harmonies of #C6D0B6
Complementary color
Monochromatic Colors of #C6D0B6
Black with #C6D0B6
Text Example
Text Example
White with #C6D0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D0B6; }
p { color: rgb(198,208,182); }
H1.HeaderClassName
{
color: #C6D0B6;
}
.AnyTagClassName
{
color: #C6D0B6;
}
</style>
background-color css
<style>
a { background-color: #C6D0B6; }
a { background-color: rgb(198,208,182); }
div.DivClassName
{
background-color: #C6D0B6;
}
.BgClassName
{
background-color: #C6D0B6;
}
</style>
border-color css
<style>
span { border-color: #C6D0B6; }
span { border-color: rgb(198,208,182); }
td.TdClassName
{
border-color: #C6D0B6;
}
.TagClassName
{
border-color: #C6D0B6;
}
</style>