Shades of Westar #D0CEC9
Tints of Westar #D0CEC9
RGB
CMYK
RGB Variations
Color information
#D0CEC9 (or 0xD0CEC9) is known color: Westar. HEX triplet: D0, CE and C9. RGB value is (208,206,201). Sum of RGB (Red+Green+Blue) = 208+206+201=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEC9 is #2F3136. Grayscale: #CECECE. Windows color (decimal): -3092791 or 13225680. OLE color: 13225680.
HSL color Cylindrical-coordinate representation of color #D0CEC9: hue angle of 42.86º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CEC9 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 201 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.18 |
| HSL | 42.86º | 0.07% | 0.8% | - |
| HSV(B) | 42.86º | 0.03% | 0.82% | - |
| XYZ | 58.63 | 61.77 | 64.09 | - |
| YUV | 206.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 201 | 0 | 0.01 | 0.03 | 0.18 | 42.86 | 0.07 | 0.8 |
| Hex | D0 | CE | C9 | 0 | 1 | 3 | 12 | 2B | 7 | 50 |
| Octal | 320 | 316 | 311 | 0 | 1 | 3 | 22 | 53 | 7 | 120 |
| Binary | 11010000 | 11001110 | 11001001 | 0 | 1 | 11 | 10010 | 101011 | 111 | 1010000 |
Color Harmonies of #D0CEC9
Complementary color
Monochromatic Colors of #D0CEC9
Black with #D0CEC9
Text Example
Text Example
White with #D0CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CEC9; }
p { color: rgb(208,206,201); }
H1.HeaderClassName
{
color: #D0CEC9;
}
.AnyTagClassName
{
color: #D0CEC9;
}
</style>
background-color css
<style>
a { background-color: #D0CEC9; }
a { background-color: rgb(208,206,201); }
div.DivClassName
{
background-color: #D0CEC9;
}
.BgClassName
{
background-color: #D0CEC9;
}
</style>
border-color css
<style>
span { border-color: #D0CEC9; }
span { border-color: rgb(208,206,201); }
td.TdClassName
{
border-color: #D0CEC9;
}
.TagClassName
{
border-color: #D0CEC9;
}
</style>