Shades of Westar #D4D1CB
Tints of Westar #D4D1CB
RGB
CMYK
RGB Variations
Color information
#D4D1CB (or 0xD4D1CB) is known color: Westar. HEX triplet: D4, D1 and CB. RGB value is (212,209,203). Sum of RGB (Red+Green+Blue) = 212+209+203=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D1CB is #2B2E34. Grayscale: #D1D1D1. Windows color (decimal): -2829877 or 13357524. OLE color: 13357524.
HSL color Cylindrical-coordinate representation of color #D4D1CB: hue angle of 40º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4D1CB is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 209 | 203 | - |
CMYK | 0 | 0.01 | 0.04 | 0.17 |
HSL | 40º | 0.09% | 0.81% | - |
HSV(B) | 40º | 0.04% | 0.83% | - |
XYZ | 60.73 | 63.91 | 65.63 | - |
YUV | 209.21 | 124.49 | 129.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 209 | 203 | 0 | 0.01 | 0.04 | 0.17 | 40 | 0.09 | 0.81 |
Hex | D4 | D1 | CB | 0 | 1 | 4 | 11 | 28 | 9 | 51 |
Octal | 324 | 321 | 313 | 0 | 1 | 4 | 21 | 50 | 11 | 121 |
Binary | 11010100 | 11010001 | 11001011 | 0 | 1 | 100 | 10001 | 101000 | 1001 | 1010001 |
Color Harmonies of #D4D1CB
Complementary color
Monochromatic Colors of #D4D1CB
Black with #D4D1CB
Text Example
Text Example
White with #D4D1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D1CB; }
p { color: rgb(212,209,203); }
H1.HeaderClassName
{
color: #D4D1CB;
}
.AnyTagClassName
{
color: #D4D1CB;
}
</style>
background-color css
<style>
a { background-color: #D4D1CB; }
a { background-color: rgb(212,209,203); }
div.DivClassName
{
background-color: #D4D1CB;
}
.BgClassName
{
background-color: #D4D1CB;
}
</style>
border-color css
<style>
span { border-color: #D4D1CB; }
span { border-color: rgb(212,209,203); }
td.TdClassName
{
border-color: #D4D1CB;
}
.TagClassName
{
border-color: #D4D1CB;
}
</style>