Shades of Pale Leaf #C5CEAF
Tints of Pale Leaf #C5CEAF
RGB
CMYK
RGB Variations
Color information
#C5CEAF (or 0xC5CEAF) is known color: Pale Leaf. HEX triplet: C5, CE and AF. RGB value is (197,206,175). Sum of RGB (Red+Green+Blue) = 197+206+175=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CEAF is #3A3150. Grayscale: #C7C7C7. Windows color (decimal): -3813713 or 11521733. OLE color: 11521733.
HSL color Cylindrical-coordinate representation of color #C5CEAF: hue angle of 77.42º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5CEAF is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 175 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.19 |
| HSL | 77.42º | 0.24% | 0.75% | - |
| HSV(B) | 77.42º | 0.15% | 0.81% | - |
| XYZ | 52.84 | 59.11 | 49.18 | - |
| YUV | 199.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 175 | 0.04 | 0 | 0.15 | 0.19 | 77.42 | 0.24 | 0.75 |
| Hex | C5 | CE | AF | 4 | 0 | F | 13 | 4D | 18 | 4B |
| Octal | 305 | 316 | 257 | 4 | 0 | 17 | 23 | 115 | 30 | 113 |
| Binary | 11000101 | 11001110 | 10101111 | 100 | 0 | 1111 | 10011 | 1001101 | 11000 | 1001011 |
Color Harmonies of #C5CEAF
Complementary color
Monochromatic Colors of #C5CEAF
Black with #C5CEAF
Text Example
Text Example
White with #C5CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CEAF; }
p { color: rgb(197,206,175); }
H1.HeaderClassName
{
color: #C5CEAF;
}
.AnyTagClassName
{
color: #C5CEAF;
}
</style>
background-color css
<style>
a { background-color: #C5CEAF; }
a { background-color: rgb(197,206,175); }
div.DivClassName
{
background-color: #C5CEAF;
}
.BgClassName
{
background-color: #C5CEAF;
}
</style>
border-color css
<style>
span { border-color: #C5CEAF; }
span { border-color: rgb(197,206,175); }
td.TdClassName
{
border-color: #C5CEAF;
}
.TagClassName
{
border-color: #C5CEAF;
}
</style>