Shades of Westar #D2CFCA
Tints of Westar #D2CFCA
RGB
CMYK
RGB Variations
Color information
#D2CFCA (or 0xD2CFCA) is known color: Westar. HEX triplet: D2, CF and CA. RGB value is (210,207,202). Sum of RGB (Red+Green+Blue) = 210+207+202=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CFCA is #2D3035. Grayscale: #CFCFCF. Windows color (decimal): -2961462 or 13291474. OLE color: 13291474.
HSL color Cylindrical-coordinate representation of color #D2CFCA: hue angle of 37.5º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2CFCA is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 202 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.18 |
| HSL | 37.5º | 0.08% | 0.81% | - |
| HSV(B) | 37.5º | 0.04% | 0.82% | - |
| XYZ | 59.55 | 62.59 | 64.82 | - |
| YUV | 207.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 202 | 0 | 0.01 | 0.04 | 0.18 | 37.5 | 0.08 | 0.81 |
| Hex | D2 | CF | CA | 0 | 1 | 4 | 12 | 26 | 8 | 51 |
| Octal | 322 | 317 | 312 | 0 | 1 | 4 | 22 | 46 | 10 | 121 |
| Binary | 11010010 | 11001111 | 11001010 | 0 | 1 | 100 | 10010 | 100110 | 1000 | 1010001 |
Color Harmonies of #D2CFCA
Complementary color
Monochromatic Colors of #D2CFCA
Black with #D2CFCA
Text Example
Text Example
White with #D2CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFCA; }
p { color: rgb(210,207,202); }
H1.HeaderClassName
{
color: #D2CFCA;
}
.AnyTagClassName
{
color: #D2CFCA;
}
</style>
background-color css
<style>
a { background-color: #D2CFCA; }
a { background-color: rgb(210,207,202); }
div.DivClassName
{
background-color: #D2CFCA;
}
.BgClassName
{
background-color: #D2CFCA;
}
</style>
border-color css
<style>
span { border-color: #D2CFCA; }
span { border-color: rgb(210,207,202); }
td.TdClassName
{
border-color: #D2CFCA;
}
.TagClassName
{
border-color: #D2CFCA;
}
</style>