Shades of Westar #D5CFC6
Tints of Westar #D5CFC6
RGB
CMYK
RGB Variations
Color information
#D5CFC6 (or 0xD5CFC6) is known color: Westar. HEX triplet: D5, CF and C6. RGB value is (213,207,198). Sum of RGB (Red+Green+Blue) = 213+207+198=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFC6 is #2A3039. Grayscale: #CFCFCF. Windows color (decimal): -2764858 or 13029333. OLE color: 13029333.
HSL color Cylindrical-coordinate representation of color #D5CFC6: hue angle of 36º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5CFC6 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 198 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.16 |
| HSL | 36º | 0.15% | 0.81% | - |
| HSV(B) | 36º | 0.07% | 0.84% | - |
| XYZ | 59.95 | 62.85 | 62.4 | - |
| YUV | 207.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 198 | 0 | 0.03 | 0.07 | 0.16 | 36 | 0.15 | 0.81 |
| Hex | D5 | CF | C6 | 0 | 3 | 7 | 10 | 24 | F | 51 |
| Octal | 325 | 317 | 306 | 0 | 3 | 7 | 20 | 44 | 17 | 121 |
| Binary | 11010101 | 11001111 | 11000110 | 0 | 11 | 111 | 10000 | 100100 | 1111 | 1010001 |
Color Harmonies of #D5CFC6
Complementary color
Monochromatic Colors of #D5CFC6
Black with #D5CFC6
Text Example
Text Example
White with #D5CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFC6; }
p { color: rgb(213,207,198); }
H1.HeaderClassName
{
color: #D5CFC6;
}
.AnyTagClassName
{
color: #D5CFC6;
}
</style>
background-color css
<style>
a { background-color: #D5CFC6; }
a { background-color: rgb(213,207,198); }
div.DivClassName
{
background-color: #D5CFC6;
}
.BgClassName
{
background-color: #D5CFC6;
}
</style>
border-color css
<style>
span { border-color: #D5CFC6; }
span { border-color: rgb(213,207,198); }
td.TdClassName
{
border-color: #D5CFC6;
}
.TagClassName
{
border-color: #D5CFC6;
}
</style>