Shades of Pale Leaf #C8DAAF
Tints of Pale Leaf #C8DAAF
RGB
CMYK
RGB Variations
Color information
#C8DAAF (or 0xC8DAAF) is known color: Pale Leaf. HEX triplet: C8, DA and AF. RGB value is (200,218,175). Sum of RGB (Red+Green+Blue) = 200+218+175=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DAAF is #372550. Grayscale: #CFCFCF. Windows color (decimal): -3614033 or 11524808. OLE color: 11524808.
HSL color Cylindrical-coordinate representation of color #C8DAAF: hue angle of 85.12º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8DAAF is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 175 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.15 |
| HSL | 85.12º | 0.37% | 0.77% | - |
| HSV(B) | 85.12º | 0.2% | 0.85% | - |
| XYZ | 56.63 | 65.52 | 50.22 | - |
| YUV | 207.72 | 109.54 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 175 | 0.08 | 0 | 0.20 | 0.15 | 85.12 | 0.37 | 0.77 |
| Hex | C8 | DA | AF | 8 | 0 | 14 | F | 55 | 25 | 4D |
| Octal | 310 | 332 | 257 | 10 | 0 | 24 | 17 | 125 | 45 | 115 |
| Binary | 11001000 | 11011010 | 10101111 | 1000 | 0 | 10100 | 1111 | 1010101 | 100101 | 1001101 |
Color Harmonies of #C8DAAF
Complementary color
Monochromatic Colors of #C8DAAF
Black with #C8DAAF
Text Example
Text Example
White with #C8DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DAAF; }
p { color: rgb(200,218,175); }
H1.HeaderClassName
{
color: #C8DAAF;
}
.AnyTagClassName
{
color: #C8DAAF;
}
</style>
background-color css
<style>
a { background-color: #C8DAAF; }
a { background-color: rgb(200,218,175); }
div.DivClassName
{
background-color: #C8DAAF;
}
.BgClassName
{
background-color: #C8DAAF;
}
</style>
border-color css
<style>
span { border-color: #C8DAAF; }
span { border-color: rgb(200,218,175); }
td.TdClassName
{
border-color: #C8DAAF;
}
.TagClassName
{
border-color: #C8DAAF;
}
</style>