Shades of Westar #D2CBBE
Tints of Westar #D2CBBE
RGB
CMYK
RGB Variations
Color information
#D2CBBE (or 0xD2CBBE) is known color: Westar. HEX triplet: D2, CB and BE. RGB value is (210,203,190). Sum of RGB (Red+Green+Blue) = 210+203+190=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CBBE is #2D3441. Grayscale: #CBCBCB. Windows color (decimal): -2962498 or 12504018. OLE color: 12504018.
HSL color Cylindrical-coordinate representation of color #D2CBBE: hue angle of 39º 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 #D2CBBE is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 190 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.18 |
| HSL | 39º | 0.18% | 0.78% | - |
| HSV(B) | 39º | 0.1% | 0.82% | - |
| XYZ | 57.23 | 60.13 | 57.31 | - |
| YUV | 203.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 190 | 0 | 0.03 | 0.10 | 0.18 | 39 | 0.18 | 0.78 |
| Hex | D2 | CB | BE | 0 | 3 | A | 12 | 27 | 12 | 4E |
| Octal | 322 | 313 | 276 | 0 | 3 | 12 | 22 | 47 | 22 | 116 |
| Binary | 11010010 | 11001011 | 10111110 | 0 | 11 | 1010 | 10010 | 100111 | 10010 | 1001110 |
Color Harmonies of #D2CBBE
Complementary color
Monochromatic Colors of #D2CBBE
Black with #D2CBBE
Text Example
Text Example
White with #D2CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CBBE; }
p { color: rgb(210,203,190); }
H1.HeaderClassName
{
color: #D2CBBE;
}
.AnyTagClassName
{
color: #D2CBBE;
}
</style>
background-color css
<style>
a { background-color: #D2CBBE; }
a { background-color: rgb(210,203,190); }
div.DivClassName
{
background-color: #D2CBBE;
}
.BgClassName
{
background-color: #D2CBBE;
}
</style>
border-color css
<style>
span { border-color: #D2CBBE; }
span { border-color: rgb(210,203,190); }
td.TdClassName
{
border-color: #D2CBBE;
}
.TagClassName
{
border-color: #D2CBBE;
}
</style>