Shades of Westar #D2CCBF
Tints of Westar #D2CCBF
RGB
CMYK
RGB Variations
Color information
#D2CCBF (or 0xD2CCBF) is known color: Westar. HEX triplet: D2, CC and BF. RGB value is (210,204,191). Sum of RGB (Red+Green+Blue) = 210+204+191=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCBF is #2D3340. Grayscale: #CCCCCC. Windows color (decimal): -2962241 or 12569810. OLE color: 12569810.
HSL color Cylindrical-coordinate representation of color #D2CCBF: hue angle of 41.05º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2CCBF is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 191 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.18 |
| HSL | 41.05º | 0.17% | 0.79% | - |
| HSV(B) | 41.05º | 0.09% | 0.82% | - |
| XYZ | 57.58 | 60.65 | 57.96 | - |
| YUV | 204.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 191 | 0 | 0.03 | 0.09 | 0.18 | 41.05 | 0.17 | 0.79 |
| Hex | D2 | CC | BF | 0 | 3 | 9 | 12 | 29 | 11 | 4F |
| Octal | 322 | 314 | 277 | 0 | 3 | 11 | 22 | 51 | 21 | 117 |
| Binary | 11010010 | 11001100 | 10111111 | 0 | 11 | 1001 | 10010 | 101001 | 10001 | 1001111 |
Color Harmonies of #D2CCBF
Complementary color
Monochromatic Colors of #D2CCBF
Black with #D2CCBF
Text Example
Text Example
White with #D2CCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CCBF; }
p { color: rgb(210,204,191); }
H1.HeaderClassName
{
color: #D2CCBF;
}
.AnyTagClassName
{
color: #D2CCBF;
}
</style>
background-color css
<style>
a { background-color: #D2CCBF; }
a { background-color: rgb(210,204,191); }
div.DivClassName
{
background-color: #D2CCBF;
}
.BgClassName
{
background-color: #D2CCBF;
}
</style>
border-color css
<style>
span { border-color: #D2CCBF; }
span { border-color: rgb(210,204,191); }
td.TdClassName
{
border-color: #D2CCBF;
}
.TagClassName
{
border-color: #D2CCBF;
}
</style>