Shades of Westar #D0CECA
Tints of Westar #D0CECA
RGB
CMYK
RGB Variations
Color information
#D0CECA (or 0xD0CECA) is known color: Westar. HEX triplet: D0, CE and CA. RGB value is (208,206,202). Sum of RGB (Red+Green+Blue) = 208+206+202=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CECA is #2F3135. Grayscale: #CECECE. Windows color (decimal): -3092790 or 13291216. OLE color: 13291216.
HSL color Cylindrical-coordinate representation of color #D0CECA: hue angle of 40º degrees, saturation: 0.06, 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 #D0CECA is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 202 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.18 |
| HSL | 40º | 0.06% | 0.8% | - |
| HSV(B) | 40º | 0.03% | 0.82% | - |
| XYZ | 58.74 | 61.82 | 64.71 | - |
| YUV | 206.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 202 | 0 | 0.01 | 0.03 | 0.18 | 40 | 0.06 | 0.8 |
| Hex | D0 | CE | CA | 0 | 1 | 3 | 12 | 28 | 6 | 50 |
| Octal | 320 | 316 | 312 | 0 | 1 | 3 | 22 | 50 | 6 | 120 |
| Binary | 11010000 | 11001110 | 11001010 | 0 | 1 | 11 | 10010 | 101000 | 110 | 1010000 |
Color Harmonies of #D0CECA
Complementary color
Monochromatic Colors of #D0CECA
Black with #D0CECA
Text Example
Text Example
White with #D0CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CECA; }
p { color: rgb(208,206,202); }
H1.HeaderClassName
{
color: #D0CECA;
}
.AnyTagClassName
{
color: #D0CECA;
}
</style>
background-color css
<style>
a { background-color: #D0CECA; }
a { background-color: rgb(208,206,202); }
div.DivClassName
{
background-color: #D0CECA;
}
.BgClassName
{
background-color: #D0CECA;
}
</style>
border-color css
<style>
span { border-color: #D0CECA; }
span { border-color: rgb(208,206,202); }
td.TdClassName
{
border-color: #D0CECA;
}
.TagClassName
{
border-color: #D0CECA;
}
</style>