Shades of Pale Leaf #C8D6AF
Tints of Pale Leaf #C8D6AF
RGB
CMYK
RGB Variations
Color information
#C8D6AF (or 0xC8D6AF) is known color: Pale Leaf. HEX triplet: C8, D6 and AF. RGB value is (200,214,175). Sum of RGB (Red+Green+Blue) = 200+214+175=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D6AF is #372950. Grayscale: #CDCDCD. Windows color (decimal): -3615057 or 11523784. OLE color: 11523784.
HSL color Cylindrical-coordinate representation of color #C8D6AF: hue angle of 81.54º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8D6AF is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
RGB | 200 | 214 | 175 | - |
CMYK | 0.07 | 0 | 0.18 | 0.16 |
HSL | 81.54º | 0.32% | 0.76% | - |
HSV(B) | 81.54º | 0.18% | 0.84% | - |
XYZ | 55.6 | 63.47 | 49.88 | - |
YUV | 205.37 | 110.86 | 124.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 214 | 175 | 0.07 | 0 | 0.18 | 0.16 | 81.54 | 0.32 | 0.76 |
Hex | C8 | D6 | AF | 7 | 0 | 12 | 10 | 52 | 20 | 4C |
Octal | 310 | 326 | 257 | 7 | 0 | 22 | 20 | 122 | 40 | 114 |
Binary | 11001000 | 11010110 | 10101111 | 111 | 0 | 10010 | 10000 | 1010010 | 100000 | 1001100 |
Color Harmonies of #C8D6AF
Complementary color
Monochromatic Colors of #C8D6AF
Black with #C8D6AF
Text Example
Text Example
White with #C8D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D6AF; }
p { color: rgb(200,214,175); }
H1.HeaderClassName
{
color: #C8D6AF;
}
.AnyTagClassName
{
color: #C8D6AF;
}
</style>
background-color css
<style>
a { background-color: #C8D6AF; }
a { background-color: rgb(200,214,175); }
div.DivClassName
{
background-color: #C8D6AF;
}
.BgClassName
{
background-color: #C8D6AF;
}
</style>
border-color css
<style>
span { border-color: #C8D6AF; }
span { border-color: rgb(200,214,175); }
td.TdClassName
{
border-color: #C8D6AF;
}
.TagClassName
{
border-color: #C8D6AF;
}
</style>