Shades of Westar #D6CFBF
Tints of Westar #D6CFBF
RGB
CMYK
RGB Variations
Color information
#D6CFBF (or 0xD6CFBF) is known color: Westar. HEX triplet: D6, CF and BF. RGB value is (214,207,191). Sum of RGB (Red+Green+Blue) = 214+207+191=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFBF is #293040. Grayscale: #CFCFCF. Windows color (decimal): -2699329 or 12570582. OLE color: 12570582.
HSL color Cylindrical-coordinate representation of color #D6CFBF: hue angle of 41.74º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6CFBF is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 191 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.16 |
| HSL | 41.74º | 0.22% | 0.79% | - |
| HSV(B) | 41.74º | 0.11% | 0.84% | - |
| XYZ | 59.45 | 62.68 | 58.26 | - |
| YUV | 207.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 191 | 0 | 0.03 | 0.11 | 0.16 | 41.74 | 0.22 | 0.79 |
| Hex | D6 | CF | BF | 0 | 3 | B | 10 | 2A | 16 | 4F |
| Octal | 326 | 317 | 277 | 0 | 3 | 13 | 20 | 52 | 26 | 117 |
| Binary | 11010110 | 11001111 | 10111111 | 0 | 11 | 1011 | 10000 | 101010 | 10110 | 1001111 |
Color Harmonies of #D6CFBF
Complementary color
Monochromatic Colors of #D6CFBF
Black with #D6CFBF
Text Example
Text Example
White with #D6CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CFBF; }
p { color: rgb(214,207,191); }
H1.HeaderClassName
{
color: #D6CFBF;
}
.AnyTagClassName
{
color: #D6CFBF;
}
</style>
background-color css
<style>
a { background-color: #D6CFBF; }
a { background-color: rgb(214,207,191); }
div.DivClassName
{
background-color: #D6CFBF;
}
.BgClassName
{
background-color: #D6CFBF;
}
</style>
border-color css
<style>
span { border-color: #D6CFBF; }
span { border-color: rgb(214,207,191); }
td.TdClassName
{
border-color: #D6CFBF;
}
.TagClassName
{
border-color: #D6CFBF;
}
</style>