Shades of Westar #D3CEC4
Tints of Westar #D3CEC4
RGB
CMYK
RGB Variations
Color information
#D3CEC4 (or 0xD3CEC4) is known color: Westar. HEX triplet: D3, CE and C4. RGB value is (211,206,196). Sum of RGB (Red+Green+Blue) = 211+206+196=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CEC4 is #2C313B. Grayscale: #CECECE. Windows color (decimal): -2896188 or 12898003. OLE color: 12898003.
HSL color Cylindrical-coordinate representation of color #D3CEC4: hue angle of 40º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3CEC4 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 206 | 196 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.17 |
| HSL | 40º | 0.15% | 0.8% | - |
| HSV(B) | 40º | 0.07% | 0.83% | - |
| XYZ | 58.9 | 61.98 | 61.08 | - |
| YUV | 206.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 196 | 0 | 0.02 | 0.07 | 0.17 | 40 | 0.15 | 0.8 |
| Hex | D3 | CE | C4 | 0 | 2 | 7 | 11 | 28 | F | 50 |
| Octal | 323 | 316 | 304 | 0 | 2 | 7 | 21 | 50 | 17 | 120 |
| Binary | 11010011 | 11001110 | 11000100 | 0 | 10 | 111 | 10001 | 101000 | 1111 | 1010000 |
Color Harmonies of #D3CEC4
Complementary color
Monochromatic Colors of #D3CEC4
Black with #D3CEC4
Text Example
Text Example
White with #D3CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CEC4; }
p { color: rgb(211,206,196); }
H1.HeaderClassName
{
color: #D3CEC4;
}
.AnyTagClassName
{
color: #D3CEC4;
}
</style>
background-color css
<style>
a { background-color: #D3CEC4; }
a { background-color: rgb(211,206,196); }
div.DivClassName
{
background-color: #D3CEC4;
}
.BgClassName
{
background-color: #D3CEC4;
}
</style>
border-color css
<style>
span { border-color: #D3CEC4; }
span { border-color: rgb(211,206,196); }
td.TdClassName
{
border-color: #D3CEC4;
}
.TagClassName
{
border-color: #D3CEC4;
}
</style>