Shades of Westar #D1CFCC
Tints of Westar #D1CFCC
RGB
CMYK
RGB Variations
Color information
#D1CFCC (or 0xD1CFCC) is known color: Westar. HEX triplet: D1, CF and CC. RGB value is (209,207,204). Sum of RGB (Red+Green+Blue) = 209+207+204=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CFCC is #2E3033. Grayscale: #CFCFCF. Windows color (decimal): -3026996 or 13422545. OLE color: 13422545.
HSL color Cylindrical-coordinate representation of color #D1CFCC: hue angle of 36º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D1CFCC is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 204 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.18 |
| HSL | 36º | 0.05% | 0.81% | - |
| HSV(B) | 36º | 0.02% | 0.82% | - |
| XYZ | 59.51 | 62.54 | 66.06 | - |
| YUV | 207.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 204 | 0 | 0.01 | 0.02 | 0.18 | 36 | 0.05 | 0.81 |
| Hex | D1 | CF | CC | 0 | 1 | 2 | 12 | 24 | 5 | 51 |
| Octal | 321 | 317 | 314 | 0 | 1 | 2 | 22 | 44 | 5 | 121 |
| Binary | 11010001 | 11001111 | 11001100 | 0 | 1 | 10 | 10010 | 100100 | 101 | 1010001 |
Color Harmonies of #D1CFCC
Complementary color
Monochromatic Colors of #D1CFCC
Black with #D1CFCC
Text Example
Text Example
White with #D1CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFCC; }
p { color: rgb(209,207,204); }
H1.HeaderClassName
{
color: #D1CFCC;
}
.AnyTagClassName
{
color: #D1CFCC;
}
</style>
background-color css
<style>
a { background-color: #D1CFCC; }
a { background-color: rgb(209,207,204); }
div.DivClassName
{
background-color: #D1CFCC;
}
.BgClassName
{
background-color: #D1CFCC;
}
</style>
border-color css
<style>
span { border-color: #D1CFCC; }
span { border-color: rgb(209,207,204); }
td.TdClassName
{
border-color: #D1CFCC;
}
.TagClassName
{
border-color: #D1CFCC;
}
</style>