Shades of Westar #D1CBBF
Tints of Westar #D1CBBF
RGB
CMYK
RGB Variations
Color information
#D1CBBF (or 0xD1CBBF) is known color: Westar. HEX triplet: D1, CB and BF. RGB value is (209,203,191). Sum of RGB (Red+Green+Blue) = 209+203+191=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CBBF is #2E3440. Grayscale: #CBCBCB. Windows color (decimal): -3028033 or 12569553. OLE color: 12569553.
HSL color Cylindrical-coordinate representation of color #D1CBBF: hue angle of 40º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1CBBF is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 191 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.18 |
| HSL | 40º | 0.16% | 0.78% | - |
| HSV(B) | 40º | 0.09% | 0.82% | - |
| XYZ | 57.05 | 60.03 | 57.87 | - |
| YUV | 203.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 191 | 0 | 0.03 | 0.09 | 0.18 | 40 | 0.16 | 0.78 |
| Hex | D1 | CB | BF | 0 | 3 | 9 | 12 | 28 | 10 | 4E |
| Octal | 321 | 313 | 277 | 0 | 3 | 11 | 22 | 50 | 20 | 116 |
| Binary | 11010001 | 11001011 | 10111111 | 0 | 11 | 1001 | 10010 | 101000 | 10000 | 1001110 |
Color Harmonies of #D1CBBF
Complementary color
Monochromatic Colors of #D1CBBF
Black with #D1CBBF
Text Example
Text Example
White with #D1CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CBBF; }
p { color: rgb(209,203,191); }
H1.HeaderClassName
{
color: #D1CBBF;
}
.AnyTagClassName
{
color: #D1CBBF;
}
</style>
background-color css
<style>
a { background-color: #D1CBBF; }
a { background-color: rgb(209,203,191); }
div.DivClassName
{
background-color: #D1CBBF;
}
.BgClassName
{
background-color: #D1CBBF;
}
</style>
border-color css
<style>
span { border-color: #D1CBBF; }
span { border-color: rgb(209,203,191); }
td.TdClassName
{
border-color: #D1CBBF;
}
.TagClassName
{
border-color: #D1CBBF;
}
</style>