Shades of Westar #D1CEC5
Tints of Westar #D1CEC5
RGB
CMYK
RGB Variations
Color information
#D1CEC5 (or 0xD1CEC5) is known color: Westar. HEX triplet: D1, CE and C5. RGB value is (209,206,197). Sum of RGB (Red+Green+Blue) = 209+206+197=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CEC5 is #2E313A. Grayscale: #CDCDCD. Windows color (decimal): -3027259 or 12963537. OLE color: 12963537.
HSL color Cylindrical-coordinate representation of color #D1CEC5: hue angle of 45º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1CEC5 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 197 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.18 |
| HSL | 45º | 0.12% | 0.8% | - |
| HSV(B) | 45º | 0.06% | 0.82% | - |
| XYZ | 58.44 | 61.73 | 61.66 | - |
| YUV | 205.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 197 | 0 | 0.01 | 0.06 | 0.18 | 45 | 0.12 | 0.8 |
| Hex | D1 | CE | C5 | 0 | 1 | 6 | 12 | 2D | C | 50 |
| Octal | 321 | 316 | 305 | 0 | 1 | 6 | 22 | 55 | 14 | 120 |
| Binary | 11010001 | 11001110 | 11000101 | 0 | 1 | 110 | 10010 | 101101 | 1100 | 1010000 |
Color Harmonies of #D1CEC5
Complementary color
Monochromatic Colors of #D1CEC5
Black with #D1CEC5
Text Example
Text Example
White with #D1CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CEC5; }
p { color: rgb(209,206,197); }
H1.HeaderClassName
{
color: #D1CEC5;
}
.AnyTagClassName
{
color: #D1CEC5;
}
</style>
background-color css
<style>
a { background-color: #D1CEC5; }
a { background-color: rgb(209,206,197); }
div.DivClassName
{
background-color: #D1CEC5;
}
.BgClassName
{
background-color: #D1CEC5;
}
</style>
border-color css
<style>
span { border-color: #D1CEC5; }
span { border-color: rgb(209,206,197); }
td.TdClassName
{
border-color: #D1CEC5;
}
.TagClassName
{
border-color: #D1CEC5;
}
</style>