Shades of Westar #D5CEC1
Tints of Westar #D5CEC1
RGB
CMYK
RGB Variations
Color information
#D5CEC1 (or 0xD5CEC1) is known color: Westar. HEX triplet: D5, CE and C1. RGB value is (213,206,193). Sum of RGB (Red+Green+Blue) = 213+206+193=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEC1 is #2A313E. Grayscale: #CECECE. Windows color (decimal): -2765119 or 12701397. OLE color: 12701397.
HSL color Cylindrical-coordinate representation of color #D5CEC1: hue angle of 39º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5CEC1 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 193 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.16 |
| HSL | 39º | 0.19% | 0.8% | - |
| HSV(B) | 39º | 0.09% | 0.84% | - |
| XYZ | 59.14 | 62.14 | 59.33 | - |
| YUV | 206.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 193 | 0 | 0.03 | 0.09 | 0.16 | 39 | 0.19 | 0.8 |
| Hex | D5 | CE | C1 | 0 | 3 | 9 | 10 | 27 | 13 | 50 |
| Octal | 325 | 316 | 301 | 0 | 3 | 11 | 20 | 47 | 23 | 120 |
| Binary | 11010101 | 11001110 | 11000001 | 0 | 11 | 1001 | 10000 | 100111 | 10011 | 1010000 |
Color Harmonies of #D5CEC1
Complementary color
Monochromatic Colors of #D5CEC1
Black with #D5CEC1
Text Example
Text Example
White with #D5CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEC1; }
p { color: rgb(213,206,193); }
H1.HeaderClassName
{
color: #D5CEC1;
}
.AnyTagClassName
{
color: #D5CEC1;
}
</style>
background-color css
<style>
a { background-color: #D5CEC1; }
a { background-color: rgb(213,206,193); }
div.DivClassName
{
background-color: #D5CEC1;
}
.BgClassName
{
background-color: #D5CEC1;
}
</style>
border-color css
<style>
span { border-color: #D5CEC1; }
span { border-color: rgb(213,206,193); }
td.TdClassName
{
border-color: #D5CEC1;
}
.TagClassName
{
border-color: #D5CEC1;
}
</style>