Shades of Westar #D6CFC2
Tints of Westar #D6CFC2
RGB
CMYK
RGB Variations
Color information
#D6CFC2 (or 0xD6CFC2) is known color: Westar. HEX triplet: D6, CF and C2. RGB value is (214,207,194). Sum of RGB (Red+Green+Blue) = 214+207+194=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFC2 is #29303D. Grayscale: #CFCFCF. Windows color (decimal): -2699326 or 12767190. OLE color: 12767190.
HSL color Cylindrical-coordinate representation of color #D6CFC2: hue angle of 39º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6CFC2 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 194 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.16 |
| HSL | 39º | 0.2% | 0.8% | - |
| HSV(B) | 39º | 0.09% | 0.84% | - |
| XYZ | 59.78 | 62.82 | 60.01 | - |
| YUV | 207.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 194 | 0 | 0.03 | 0.09 | 0.16 | 39 | 0.2 | 0.8 |
| Hex | D6 | CF | C2 | 0 | 3 | 9 | 10 | 27 | 14 | 50 |
| Octal | 326 | 317 | 302 | 0 | 3 | 11 | 20 | 47 | 24 | 120 |
| Binary | 11010110 | 11001111 | 11000010 | 0 | 11 | 1001 | 10000 | 100111 | 10100 | 1010000 |
Color Harmonies of #D6CFC2
Complementary color
Monochromatic Colors of #D6CFC2
Black with #D6CFC2
Text Example
Text Example
White with #D6CFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CFC2; }
p { color: rgb(214,207,194); }
H1.HeaderClassName
{
color: #D6CFC2;
}
.AnyTagClassName
{
color: #D6CFC2;
}
</style>
background-color css
<style>
a { background-color: #D6CFC2; }
a { background-color: rgb(214,207,194); }
div.DivClassName
{
background-color: #D6CFC2;
}
.BgClassName
{
background-color: #D6CFC2;
}
</style>
border-color css
<style>
span { border-color: #D6CFC2; }
span { border-color: rgb(214,207,194); }
td.TdClassName
{
border-color: #D6CFC2;
}
.TagClassName
{
border-color: #D6CFC2;
}
</style>