Shades of Pale Leaf #C8DAAB
Tints of Pale Leaf #C8DAAB
RGB
CMYK
RGB Variations
Color information
#C8DAAB (or 0xC8DAAB) is known color: Pale Leaf. HEX triplet: C8, DA and AB. RGB value is (200,218,171). Sum of RGB (Red+Green+Blue) = 200+218+171=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DAAB is #372554. Grayscale: #CFCFCF. Windows color (decimal): -3614037 or 11262664. OLE color: 11262664.
HSL color Cylindrical-coordinate representation of color #C8DAAB: hue angle of 82.98º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8DAAB is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 171 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.15 |
| HSL | 82.98º | 0.39% | 0.76% | - |
| HSV(B) | 82.98º | 0.22% | 0.85% | - |
| XYZ | 56.24 | 65.36 | 48.18 | - |
| YUV | 207.26 | 107.54 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 171 | 0.08 | 0 | 0.22 | 0.15 | 82.98 | 0.39 | 0.76 |
| Hex | C8 | DA | AB | 8 | 0 | 16 | F | 53 | 27 | 4C |
| Octal | 310 | 332 | 253 | 10 | 0 | 26 | 17 | 123 | 47 | 114 |
| Binary | 11001000 | 11011010 | 10101011 | 1000 | 0 | 10110 | 1111 | 1010011 | 100111 | 1001100 |
Color Harmonies of #C8DAAB
Complementary color
Monochromatic Colors of #C8DAAB
Black with #C8DAAB
Text Example
Text Example
White with #C8DAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DAAB; }
p { color: rgb(200,218,171); }
H1.HeaderClassName
{
color: #C8DAAB;
}
.AnyTagClassName
{
color: #C8DAAB;
}
</style>
background-color css
<style>
a { background-color: #C8DAAB; }
a { background-color: rgb(200,218,171); }
div.DivClassName
{
background-color: #C8DAAB;
}
.BgClassName
{
background-color: #C8DAAB;
}
</style>
border-color css
<style>
span { border-color: #C8DAAB; }
span { border-color: rgb(200,218,171); }
td.TdClassName
{
border-color: #C8DAAB;
}
.TagClassName
{
border-color: #C8DAAB;
}
</style>