Shades of Westar #D5D1CA
Tints of Westar #D5D1CA
RGB
CMYK
RGB Variations
Color information
#D5D1CA (or 0xD5D1CA) is known color: Westar. HEX triplet: D5, D1 and CA. RGB value is (213,209,202). Sum of RGB (Red+Green+Blue) = 213+209+202=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D1CA is #2A2E35. Grayscale: #D1D1D1. Windows color (decimal): -2764342 or 13291989. OLE color: 13291989.
HSL color Cylindrical-coordinate representation of color #D5D1CA: hue angle of 38.18º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5D1CA is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 209 | 202 | - |
CMYK | 0 | 0.02 | 0.05 | 0.16 |
HSL | 38.18º | 0.12% | 0.81% | - |
HSV(B) | 38.18º | 0.05% | 0.84% | - |
XYZ | 60.9 | 64.01 | 65.02 | - |
YUV | 209.4 | 123.83 | 130.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 209 | 202 | 0 | 0.02 | 0.05 | 0.16 | 38.18 | 0.12 | 0.81 |
Hex | D5 | D1 | CA | 0 | 2 | 5 | 10 | 26 | C | 51 |
Octal | 325 | 321 | 312 | 0 | 2 | 5 | 20 | 46 | 14 | 121 |
Binary | 11010101 | 11010001 | 11001010 | 0 | 10 | 101 | 10000 | 100110 | 1100 | 1010001 |
Color Harmonies of #D5D1CA
Complementary color
Monochromatic Colors of #D5D1CA
Black with #D5D1CA
Text Example
Text Example
White with #D5D1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D1CA; }
p { color: rgb(213,209,202); }
H1.HeaderClassName
{
color: #D5D1CA;
}
.AnyTagClassName
{
color: #D5D1CA;
}
</style>
background-color css
<style>
a { background-color: #D5D1CA; }
a { background-color: rgb(213,209,202); }
div.DivClassName
{
background-color: #D5D1CA;
}
.BgClassName
{
background-color: #D5D1CA;
}
</style>
border-color css
<style>
span { border-color: #D5D1CA; }
span { border-color: rgb(213,209,202); }
td.TdClassName
{
border-color: #D5D1CA;
}
.TagClassName
{
border-color: #D5D1CA;
}
</style>