Shades of Westar #D4CFC7
Tints of Westar #D4CFC7
RGB
CMYK
RGB Variations
Color information
#D4CFC7 (or 0xD4CFC7) is known color: Westar. HEX triplet: D4, CF and C7. RGB value is (212,207,199). Sum of RGB (Red+Green+Blue) = 212+207+199=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFC7 is #2B3038. Grayscale: #CFCFCF. Windows color (decimal): -2830393 or 13094868. OLE color: 13094868.
HSL color Cylindrical-coordinate representation of color #D4CFC7: hue angle of 36.92º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4CFC7 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 207 | 199 | - |
CMYK | 0 | 0.02 | 0.06 | 0.17 |
HSL | 36.92º | 0.13% | 0.81% | - |
HSV(B) | 36.92º | 0.06% | 0.83% | - |
XYZ | 59.77 | 62.75 | 62.99 | - |
YUV | 207.58 | 123.16 | 131.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 207 | 199 | 0 | 0.02 | 0.06 | 0.17 | 36.92 | 0.13 | 0.81 |
Hex | D4 | CF | C7 | 0 | 2 | 6 | 11 | 25 | D | 51 |
Octal | 324 | 317 | 307 | 0 | 2 | 6 | 21 | 45 | 15 | 121 |
Binary | 11010100 | 11001111 | 11000111 | 0 | 10 | 110 | 10001 | 100101 | 1101 | 1010001 |
Color Harmonies of #D4CFC7
Complementary color
Monochromatic Colors of #D4CFC7
Black with #D4CFC7
Text Example
Text Example
White with #D4CFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CFC7; }
p { color: rgb(212,207,199); }
H1.HeaderClassName
{
color: #D4CFC7;
}
.AnyTagClassName
{
color: #D4CFC7;
}
</style>
background-color css
<style>
a { background-color: #D4CFC7; }
a { background-color: rgb(212,207,199); }
div.DivClassName
{
background-color: #D4CFC7;
}
.BgClassName
{
background-color: #D4CFC7;
}
</style>
border-color css
<style>
span { border-color: #D4CFC7; }
span { border-color: rgb(212,207,199); }
td.TdClassName
{
border-color: #D4CFC7;
}
.TagClassName
{
border-color: #D4CFC7;
}
</style>