Shades of Westar #D2D0CB
Tints of Westar #D2D0CB
RGB
CMYK
RGB Variations
Color information
#D2D0CB (or 0xD2D0CB) is known color: Westar. HEX triplet: D2, D0 and CB. RGB value is (210,208,203). Sum of RGB (Red+Green+Blue) = 210+208+203=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D0CB is #2D2F34. Grayscale: #D0D0D0. Windows color (decimal): -2961205 or 13357266. OLE color: 13357266.
HSL color Cylindrical-coordinate representation of color #D2D0CB: hue angle of 42.86º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D2D0CB is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 203 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.18 |
| HSL | 42.86º | 0.07% | 0.81% | - |
| HSV(B) | 42.86º | 0.03% | 0.82% | - |
| XYZ | 59.91 | 63.13 | 65.53 | - |
| YUV | 208.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 203 | 0 | 0.01 | 0.03 | 0.18 | 42.86 | 0.07 | 0.81 |
| Hex | D2 | D0 | CB | 0 | 1 | 3 | 12 | 2B | 7 | 51 |
| Octal | 322 | 320 | 313 | 0 | 1 | 3 | 22 | 53 | 7 | 121 |
| Binary | 11010010 | 11010000 | 11001011 | 0 | 1 | 11 | 10010 | 101011 | 111 | 1010001 |
Color Harmonies of #D2D0CB
Complementary color
Monochromatic Colors of #D2D0CB
Black with #D2D0CB
Text Example
Text Example
White with #D2D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D0CB; }
p { color: rgb(210,208,203); }
H1.HeaderClassName
{
color: #D2D0CB;
}
.AnyTagClassName
{
color: #D2D0CB;
}
</style>
background-color css
<style>
a { background-color: #D2D0CB; }
a { background-color: rgb(210,208,203); }
div.DivClassName
{
background-color: #D2D0CB;
}
.BgClassName
{
background-color: #D2D0CB;
}
</style>
border-color css
<style>
span { border-color: #D2D0CB; }
span { border-color: rgb(210,208,203); }
td.TdClassName
{
border-color: #D2D0CB;
}
.TagClassName
{
border-color: #D2D0CB;
}
</style>