Shades of Pale Chestnut #CEAAAE
Tints of Pale Chestnut #CEAAAE
RGB
CMYK
RGB Variations
Color information
#CEAAAE (or 0xCEAAAE) is known color: Pale Chestnut. HEX triplet: CE, AA and AE. RGB value is (206,170,174). Sum of RGB (Red+Green+Blue) = 206+170+174=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAAAE is #315551. Grayscale: #B5B5B5. Windows color (decimal): -3233106 or 11446990. OLE color: 11446990.
HSL color Cylindrical-coordinate representation of color #CEAAAE: hue angle of 353.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEAAAE is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 174 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.19 |
| HSL | 353.33º | 0.27% | 0.74% | - |
| HSV(B) | 353.33º | 0.17% | 0.81% | - |
| XYZ | 47.47 | 44.93 | 46.21 | - |
| YUV | 181.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 174 | 0 | 0.17 | 0.16 | 0.19 | 353.33 | 0.27 | 0.74 |
| Hex | CE | AA | AE | 0 | 11 | 10 | 13 | 161 | 1B | 4A |
| Octal | 316 | 252 | 256 | 0 | 21 | 20 | 23 | 541 | 33 | 112 |
| Binary | 11001110 | 10101010 | 10101110 | 0 | 10001 | 10000 | 10011 | 101100001 | 11011 | 1001010 |
Color Harmonies of #CEAAAE
Complementary color
Monochromatic Colors of #CEAAAE
Black with #CEAAAE
Text Example
Text Example
White with #CEAAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAAAE; }
p { color: rgb(206,170,174); }
H1.HeaderClassName
{
color: #CEAAAE;
}
.AnyTagClassName
{
color: #CEAAAE;
}
</style>
background-color css
<style>
a { background-color: #CEAAAE; }
a { background-color: rgb(206,170,174); }
div.DivClassName
{
background-color: #CEAAAE;
}
.BgClassName
{
background-color: #CEAAAE;
}
</style>
border-color css
<style>
span { border-color: #CEAAAE; }
span { border-color: rgb(206,170,174); }
td.TdClassName
{
border-color: #CEAAAE;
}
.TagClassName
{
border-color: #CEAAAE;
}
</style>