#D4CFC7

Color #D4CFC7 Westar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Westar #D4CFC7

Tints of Westar #D4CFC7

Color information

#D4CFC7 (or 0xD4CFC7) is unknown color: approx 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

RGB212207199-
CMYK00.020.060.17
HSL36.92º13.13%80.59%-
HSV(B)36.92º6.13%83.14%-
XYZ59.7762.7562.99-
YUV207.58123.16131.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 34.30%
GREEN value IS 207 (81.25% from 255) = 33.50%
BLUE value IS 199 (78.12% from 255) = 32.20%
R=34.30%
G=33.50%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220719900.020.060.1736.9213.1380.59
HexD4CFC70261125d51
Octal324317307026214515121
Binary1101010011001111110001110101101000110010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>