Shades of Westar #D5CEBF
Tints of Westar #D5CEBF
RGB
CMYK
RGB Variations
Color information
#D5CEBF (or 0xD5CEBF) is known color: Westar. HEX triplet: D5, CE and BF. RGB value is (213,206,191). Sum of RGB (Red+Green+Blue) = 213+206+191=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEBF is #2A3140. Grayscale: #CECECE. Windows color (decimal): -2765121 or 12570325. OLE color: 12570325.
HSL color Cylindrical-coordinate representation of color #D5CEBF: hue angle of 40.91º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5CEBF is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 191 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.16 |
| HSL | 40.91º | 0.21% | 0.79% | - |
| HSV(B) | 40.91º | 0.1% | 0.84% | - |
| XYZ | 58.92 | 62.05 | 58.16 | - |
| YUV | 206.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 191 | 0 | 0.03 | 0.10 | 0.16 | 40.91 | 0.21 | 0.79 |
| Hex | D5 | CE | BF | 0 | 3 | A | 10 | 29 | 15 | 4F |
| Octal | 325 | 316 | 277 | 0 | 3 | 12 | 20 | 51 | 25 | 117 |
| Binary | 11010101 | 11001110 | 10111111 | 0 | 11 | 1010 | 10000 | 101001 | 10101 | 1001111 |
Color Harmonies of #D5CEBF
Complementary color
Monochromatic Colors of #D5CEBF
Black with #D5CEBF
Text Example
Text Example
White with #D5CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEBF; }
p { color: rgb(213,206,191); }
H1.HeaderClassName
{
color: #D5CEBF;
}
.AnyTagClassName
{
color: #D5CEBF;
}
</style>
background-color css
<style>
a { background-color: #D5CEBF; }
a { background-color: rgb(213,206,191); }
div.DivClassName
{
background-color: #D5CEBF;
}
.BgClassName
{
background-color: #D5CEBF;
}
</style>
border-color css
<style>
span { border-color: #D5CEBF; }
span { border-color: rgb(213,206,191); }
td.TdClassName
{
border-color: #D5CEBF;
}
.TagClassName
{
border-color: #D5CEBF;
}
</style>