Shades of Westar #D6D2CB
Tints of Westar #D6D2CB
RGB
CMYK
RGB Variations
Color information
#D6D2CB (or 0xD6D2CB) is known color: Westar. HEX triplet: D6, D2 and CB. RGB value is (214,210,203). Sum of RGB (Red+Green+Blue) = 214+210+203=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D2CB is #292D34. Grayscale: #D2D2D2. Windows color (decimal): -2698549 or 13357782. OLE color: 13357782.
HSL color Cylindrical-coordinate representation of color #D6D2CB: hue angle of 38.18º degrees, saturation: 0.12, 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 #D6D2CB is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 203 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.16 |
| HSL | 38.18º | 0.12% | 0.82% | - |
| HSV(B) | 38.18º | 0.05% | 0.84% | - |
| XYZ | 61.56 | 64.7 | 65.74 | - |
| YUV | 210.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 203 | 0 | 0.02 | 0.05 | 0.16 | 38.18 | 0.12 | 0.82 |
| Hex | D6 | D2 | CB | 0 | 2 | 5 | 10 | 26 | C | 52 |
| Octal | 326 | 322 | 313 | 0 | 2 | 5 | 20 | 46 | 14 | 122 |
| Binary | 11010110 | 11010010 | 11001011 | 0 | 10 | 101 | 10000 | 100110 | 1100 | 1010010 |
Color Harmonies of #D6D2CB
Complementary color
Monochromatic Colors of #D6D2CB
Black with #D6D2CB
Text Example
Text Example
White with #D6D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D2CB; }
p { color: rgb(214,210,203); }
H1.HeaderClassName
{
color: #D6D2CB;
}
.AnyTagClassName
{
color: #D6D2CB;
}
</style>
background-color css
<style>
a { background-color: #D6D2CB; }
a { background-color: rgb(214,210,203); }
div.DivClassName
{
background-color: #D6D2CB;
}
.BgClassName
{
background-color: #D6D2CB;
}
</style>
border-color css
<style>
span { border-color: #D6D2CB; }
span { border-color: rgb(214,210,203); }
td.TdClassName
{
border-color: #D6D2CB;
}
.TagClassName
{
border-color: #D6D2CB;
}
</style>