Shades of Westar #D5D1CB
Tints of Westar #D5D1CB
RGB
CMYK
RGB Variations
Color information
#D5D1CB (or 0xD5D1CB) is known color: Westar. HEX triplet: D5, D1 and CB. RGB value is (213,209,203). Sum of RGB (Red+Green+Blue) = 213+209+203=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D1CB is #2A2E34. Grayscale: #D1D1D1. Windows color (decimal): -2764341 or 13357525. OLE color: 13357525.
HSL color Cylindrical-coordinate representation of color #D5D1CB: hue angle of 36º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5D1CB is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 203 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.16 |
| HSL | 36º | 0.11% | 0.82% | - |
| HSV(B) | 36º | 0.05% | 0.84% | - |
| XYZ | 61.02 | 64.06 | 65.65 | - |
| YUV | 209.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 203 | 0 | 0.02 | 0.05 | 0.16 | 36 | 0.11 | 0.82 |
| Hex | D5 | D1 | CB | 0 | 2 | 5 | 10 | 24 | B | 52 |
| Octal | 325 | 321 | 313 | 0 | 2 | 5 | 20 | 44 | 13 | 122 |
| Binary | 11010101 | 11010001 | 11001011 | 0 | 10 | 101 | 10000 | 100100 | 1011 | 1010010 |
Color Harmonies of #D5D1CB
Complementary color
Monochromatic Colors of #D5D1CB
Black with #D5D1CB
Text Example
Text Example
White with #D5D1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D1CB; }
p { color: rgb(213,209,203); }
H1.HeaderClassName
{
color: #D5D1CB;
}
.AnyTagClassName
{
color: #D5D1CB;
}
</style>
background-color css
<style>
a { background-color: #D5D1CB; }
a { background-color: rgb(213,209,203); }
div.DivClassName
{
background-color: #D5D1CB;
}
.BgClassName
{
background-color: #D5D1CB;
}
</style>
border-color css
<style>
span { border-color: #D5D1CB; }
span { border-color: rgb(213,209,203); }
td.TdClassName
{
border-color: #D5D1CB;
}
.TagClassName
{
border-color: #D5D1CB;
}
</style>