Shades of Westar #D2CFC6
Tints of Westar #D2CFC6
RGB
CMYK
RGB Variations
Color information
#D2CFC6 (or 0xD2CFC6) is known color: Westar. HEX triplet: D2, CF and C6. RGB value is (210,207,198). Sum of RGB (Red+Green+Blue) = 210+207+198=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CFC6 is #2D3039. Grayscale: #CECECE. Windows color (decimal): -2961466 or 13029330. OLE color: 13029330.
HSL color Cylindrical-coordinate representation of color #D2CFC6: hue angle of 45º degrees, saturation: 0.12, 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 #D2CFC6 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 198 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.18 |
| HSL | 45º | 0.12% | 0.8% | - |
| HSV(B) | 45º | 0.06% | 0.82% | - |
| XYZ | 59.08 | 62.4 | 62.36 | - |
| YUV | 206.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 198 | 0 | 0.01 | 0.06 | 0.18 | 45 | 0.12 | 0.8 |
| Hex | D2 | CF | C6 | 0 | 1 | 6 | 12 | 2D | C | 50 |
| Octal | 322 | 317 | 306 | 0 | 1 | 6 | 22 | 55 | 14 | 120 |
| Binary | 11010010 | 11001111 | 11000110 | 0 | 1 | 110 | 10010 | 101101 | 1100 | 1010000 |
Color Harmonies of #D2CFC6
Complementary color
Monochromatic Colors of #D2CFC6
Black with #D2CFC6
Text Example
Text Example
White with #D2CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFC6; }
p { color: rgb(210,207,198); }
H1.HeaderClassName
{
color: #D2CFC6;
}
.AnyTagClassName
{
color: #D2CFC6;
}
</style>
background-color css
<style>
a { background-color: #D2CFC6; }
a { background-color: rgb(210,207,198); }
div.DivClassName
{
background-color: #D2CFC6;
}
.BgClassName
{
background-color: #D2CFC6;
}
</style>
border-color css
<style>
span { border-color: #D2CFC6; }
span { border-color: rgb(210,207,198); }
td.TdClassName
{
border-color: #D2CFC6;
}
.TagClassName
{
border-color: #D2CFC6;
}
</style>