Shades of Westar #D3CFC9
Tints of Westar #D3CFC9
RGB
CMYK
RGB Variations
Color information
#D3CFC9 (or 0xD3CFC9) is known color: Westar. HEX triplet: D3, CF and C9. RGB value is (211,207,201). Sum of RGB (Red+Green+Blue) = 211+207+201=619 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.09% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CFC9 is #2C3036. Grayscale: #CFCFCF. Windows color (decimal): -2895927 or 13225939. OLE color: 13225939.
HSL color Cylindrical-coordinate representation of color #D3CFC9: hue angle of 36º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3CFC9 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 207 | 201 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.17 |
| HSL | 36º | 0.1% | 0.81% | - |
| HSV(B) | 36º | 0.05% | 0.83% | - |
| XYZ | 59.72 | 62.69 | 64.21 | - |
| YUV | 207.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 201 | 0 | 0.02 | 0.05 | 0.17 | 36 | 0.1 | 0.81 |
| Hex | D3 | CF | C9 | 0 | 2 | 5 | 11 | 24 | A | 51 |
| Octal | 323 | 317 | 311 | 0 | 2 | 5 | 21 | 44 | 12 | 121 |
| Binary | 11010011 | 11001111 | 11001001 | 0 | 10 | 101 | 10001 | 100100 | 1010 | 1010001 |
Color Harmonies of #D3CFC9
Complementary color
Monochromatic Colors of #D3CFC9
Black with #D3CFC9
Text Example
Text Example
White with #D3CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CFC9; }
p { color: rgb(211,207,201); }
H1.HeaderClassName
{
color: #D3CFC9;
}
.AnyTagClassName
{
color: #D3CFC9;
}
</style>
background-color css
<style>
a { background-color: #D3CFC9; }
a { background-color: rgb(211,207,201); }
div.DivClassName
{
background-color: #D3CFC9;
}
.BgClassName
{
background-color: #D3CFC9;
}
</style>
border-color css
<style>
span { border-color: #D3CFC9; }
span { border-color: rgb(211,207,201); }
td.TdClassName
{
border-color: #D3CFC9;
}
.TagClassName
{
border-color: #D3CFC9;
}
</style>