Shades of Westar #D2CEC5
Tints of Westar #D2CEC5
RGB
CMYK
RGB Variations
Color information
#D2CEC5 (or 0xD2CEC5) is known color: Westar. HEX triplet: D2, CE and C5. RGB value is (210,206,197). Sum of RGB (Red+Green+Blue) = 210+206+197=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CEC5 is #2D313A. Grayscale: #CECECE. Windows color (decimal): -2961723 or 12963538. OLE color: 12963538.
HSL color Cylindrical-coordinate representation of color #D2CEC5: hue angle of 41.54º degrees, saturation: 0.13, 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 #D2CEC5 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 197 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.18 |
| HSL | 41.54º | 0.13% | 0.8% | - |
| HSV(B) | 41.54º | 0.06% | 0.82% | - |
| XYZ | 58.73 | 61.88 | 61.67 | - |
| YUV | 206.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 197 | 0 | 0.02 | 0.06 | 0.18 | 41.54 | 0.13 | 0.8 |
| Hex | D2 | CE | C5 | 0 | 2 | 6 | 12 | 2A | D | 50 |
| Octal | 322 | 316 | 305 | 0 | 2 | 6 | 22 | 52 | 15 | 120 |
| Binary | 11010010 | 11001110 | 11000101 | 0 | 10 | 110 | 10010 | 101010 | 1101 | 1010000 |
Color Harmonies of #D2CEC5
Complementary color
Monochromatic Colors of #D2CEC5
Black with #D2CEC5
Text Example
Text Example
White with #D2CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CEC5; }
p { color: rgb(210,206,197); }
H1.HeaderClassName
{
color: #D2CEC5;
}
.AnyTagClassName
{
color: #D2CEC5;
}
</style>
background-color css
<style>
a { background-color: #D2CEC5; }
a { background-color: rgb(210,206,197); }
div.DivClassName
{
background-color: #D2CEC5;
}
.BgClassName
{
background-color: #D2CEC5;
}
</style>
border-color css
<style>
span { border-color: #D2CEC5; }
span { border-color: rgb(210,206,197); }
td.TdClassName
{
border-color: #D2CEC5;
}
.TagClassName
{
border-color: #D2CEC5;
}
</style>