Shades of Westar #D2CFC9
Tints of Westar #D2CFC9
RGB
CMYK
RGB Variations
Color information
#D2CFC9 (or 0xD2CFC9) is known color: Westar. HEX triplet: D2, CF and C9. RGB value is (210,207,201). Sum of RGB (Red+Green+Blue) = 210+207+201=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CFC9 is #2D3036. Grayscale: #CFCFCF. Windows color (decimal): -2961463 or 13225938. OLE color: 13225938.
HSL color Cylindrical-coordinate representation of color #D2CFC9: hue angle of 40º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2CFC9 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 201 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.18 |
| HSL | 40º | 0.09% | 0.81% | - |
| HSV(B) | 40º | 0.04% | 0.82% | - |
| XYZ | 59.43 | 62.54 | 64.2 | - |
| YUV | 207.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 201 | 0 | 0.01 | 0.04 | 0.18 | 40 | 0.09 | 0.81 |
| Hex | D2 | CF | C9 | 0 | 1 | 4 | 12 | 28 | 9 | 51 |
| Octal | 322 | 317 | 311 | 0 | 1 | 4 | 22 | 50 | 11 | 121 |
| Binary | 11010010 | 11001111 | 11001001 | 0 | 1 | 100 | 10010 | 101000 | 1001 | 1010001 |
Color Harmonies of #D2CFC9
Complementary color
Monochromatic Colors of #D2CFC9
Black with #D2CFC9
Text Example
Text Example
White with #D2CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFC9; }
p { color: rgb(210,207,201); }
H1.HeaderClassName
{
color: #D2CFC9;
}
.AnyTagClassName
{
color: #D2CFC9;
}
</style>
background-color css
<style>
a { background-color: #D2CFC9; }
a { background-color: rgb(210,207,201); }
div.DivClassName
{
background-color: #D2CFC9;
}
.BgClassName
{
background-color: #D2CFC9;
}
</style>
border-color css
<style>
span { border-color: #D2CFC9; }
span { border-color: rgb(210,207,201); }
td.TdClassName
{
border-color: #D2CFC9;
}
.TagClassName
{
border-color: #D2CFC9;
}
</style>