Shades of Westar #D1CBBD
Tints of Westar #D1CBBD
RGB
CMYK
RGB Variations
Color information
#D1CBBD (or 0xD1CBBD) is known color: Westar. HEX triplet: D1, CB and BD. RGB value is (209,203,189). Sum of RGB (Red+Green+Blue) = 209+203+189=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBBD is #2E3442. Grayscale: #CBCBCB. Windows color (decimal): -3028035 or 12438481. OLE color: 12438481.
HSL color Cylindrical-coordinate representation of color #D1CBBD: hue angle of 42º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1CBBD is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 189 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.18 |
| HSL | 42º | 0.18% | 0.78% | - |
| HSV(B) | 42º | 0.1% | 0.82% | - |
| XYZ | 56.84 | 59.94 | 56.72 | - |
| YUV | 203.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 189 | 0 | 0.03 | 0.10 | 0.18 | 42 | 0.18 | 0.78 |
| Hex | D1 | CB | BD | 0 | 3 | A | 12 | 2A | 12 | 4E |
| Octal | 321 | 313 | 275 | 0 | 3 | 12 | 22 | 52 | 22 | 116 |
| Binary | 11010001 | 11001011 | 10111101 | 0 | 11 | 1010 | 10010 | 101010 | 10010 | 1001110 |
Color Harmonies of #D1CBBD
Complementary color
Monochromatic Colors of #D1CBBD
Black with #D1CBBD
Text Example
Text Example
White with #D1CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBBD; }
p { color: rgb(209,203,189); }
H1.HeaderClassName
{
color: #D1CBBD;
}
.AnyTagClassName
{
color: #D1CBBD;
}
</style>
background-color css
<style>
a { background-color: #D1CBBD; }
a { background-color: rgb(209,203,189); }
div.DivClassName
{
background-color: #D1CBBD;
}
.BgClassName
{
background-color: #D1CBBD;
}
</style>
border-color css
<style>
span { border-color: #D1CBBD; }
span { border-color: rgb(209,203,189); }
td.TdClassName
{
border-color: #D1CBBD;
}
.TagClassName
{
border-color: #D1CBBD;
}
</style>