Shades of Westar #D1CEC9
Tints of Westar #D1CEC9
RGB
CMYK
RGB Variations
Color information
#D1CEC9 (or 0xD1CEC9) is known color: Westar. HEX triplet: D1, CE and C9. RGB value is (209,206,201). Sum of RGB (Red+Green+Blue) = 209+206+201=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CEC9 is #2E3136. Grayscale: #CECECE. Windows color (decimal): -3027255 or 13225681. OLE color: 13225681.
HSL color Cylindrical-coordinate representation of color #D1CEC9: hue angle of 37.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D1CEC9 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 201 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.18 |
| HSL | 37.5º | 0.08% | 0.8% | - |
| HSV(B) | 37.5º | 0.04% | 0.82% | - |
| XYZ | 58.91 | 61.91 | 64.1 | - |
| YUV | 206.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 201 | 0 | 0.01 | 0.04 | 0.18 | 37.5 | 0.08 | 0.8 |
| Hex | D1 | CE | C9 | 0 | 1 | 4 | 12 | 26 | 8 | 50 |
| Octal | 321 | 316 | 311 | 0 | 1 | 4 | 22 | 46 | 10 | 120 |
| Binary | 11010001 | 11001110 | 11001001 | 0 | 1 | 100 | 10010 | 100110 | 1000 | 1010000 |
Color Harmonies of #D1CEC9
Complementary color
Monochromatic Colors of #D1CEC9
Black with #D1CEC9
Text Example
Text Example
White with #D1CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CEC9; }
p { color: rgb(209,206,201); }
H1.HeaderClassName
{
color: #D1CEC9;
}
.AnyTagClassName
{
color: #D1CEC9;
}
</style>
background-color css
<style>
a { background-color: #D1CEC9; }
a { background-color: rgb(209,206,201); }
div.DivClassName
{
background-color: #D1CEC9;
}
.BgClassName
{
background-color: #D1CEC9;
}
</style>
border-color css
<style>
span { border-color: #D1CEC9; }
span { border-color: rgb(209,206,201); }
td.TdClassName
{
border-color: #D1CEC9;
}
.TagClassName
{
border-color: #D1CEC9;
}
</style>