Shades of Pale Leaf #C6D4A5
Tints of Pale Leaf #C6D4A5
RGB
CMYK
RGB Variations
Color information
#C6D4A5 (or 0xC6D4A5) is known color: Pale Leaf. HEX triplet: C6, D4 and A5. RGB value is (198,212,165). Sum of RGB (Red+Green+Blue) = 198+212+165=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D4A5 is #392B5A. Grayscale: #CACACA. Windows color (decimal): -3746651 or 10867910. OLE color: 10867910.
HSL color Cylindrical-coordinate representation of color #C6D4A5: hue angle of 77.87º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6D4A5 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 212 | 165 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.17 |
| HSL | 77.87º | 0.35% | 0.74% | - |
| HSV(B) | 77.87º | 0.22% | 0.83% | - |
| XYZ | 53.62 | 61.81 | 44.7 | - |
| YUV | 202.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 212 | 165 | 0.07 | 0 | 0.22 | 0.17 | 77.87 | 0.35 | 0.74 |
| Hex | C6 | D4 | A5 | 7 | 0 | 16 | 11 | 4E | 23 | 4A |
| Octal | 306 | 324 | 245 | 7 | 0 | 26 | 21 | 116 | 43 | 112 |
| Binary | 11000110 | 11010100 | 10100101 | 111 | 0 | 10110 | 10001 | 1001110 | 100011 | 1001010 |
Color Harmonies of #C6D4A5
Complementary color
Monochromatic Colors of #C6D4A5
Black with #C6D4A5
Text Example
Text Example
White with #C6D4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D4A5; }
p { color: rgb(198,212,165); }
H1.HeaderClassName
{
color: #C6D4A5;
}
.AnyTagClassName
{
color: #C6D4A5;
}
</style>
background-color css
<style>
a { background-color: #C6D4A5; }
a { background-color: rgb(198,212,165); }
div.DivClassName
{
background-color: #C6D4A5;
}
.BgClassName
{
background-color: #C6D4A5;
}
</style>
border-color css
<style>
span { border-color: #C6D4A5; }
span { border-color: rgb(198,212,165); }
td.TdClassName
{
border-color: #C6D4A5;
}
.TagClassName
{
border-color: #C6D4A5;
}
</style>