#D4CFC8

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

Shades of Westar #D4CFC8

Tints of Westar #D4CFC8

Color information

#D4CFC8 (or 0xD4CFC8) is unknown color: approx Westar. HEX triplet: D4, CF and C8. RGB value is (212,207,200). Sum of RGB (Red+Green+Blue) = 212+207+200=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFC8 is #2B3037. Grayscale: #CFCFCF. Windows color (decimal): -2830392 or 13160404. OLE color: 13160404.

HSL color Cylindrical-coordinate representation of color #D4CFC8: hue angle of 35º degrees, saturation: 0.12, 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 #D4CFC8 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB212207200-
CMYK00.020.060.17
HSL35º12.24%80.78%-
HSV(B)35º5.66%83.14%-
XYZ59.8962.7963.61-
YUV207.7123.66131.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.25%
GREEN value IS 207 (81.25% from 255) = 33.44%
BLUE value IS 200 (78.52% from 255) = 32.31%
R=34.25%
G=33.44%
B=32.31%

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
Decimal21220720000.020.060.173512.2480.78
HexD4CFC80261123c51
Octal324317310026214314121
Binary1101010011001111110010000101101000110001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CFC8; }

 p { color: rgb(212,207,200); }

 H1.HeaderClassName
 {
   color: #D4CFC8;
 }
 .AnyTagClassName
 {
   color: #D4CFC8;
 }
</style>
background-color css

<style>
 a { background-color: #D4CFC8; }

 a { background-color: rgb(212,207,200); }

 div.DivClassName
 {
   background-color: #D4CFC8;
 }
 .BgClassName
 {
   background-color: #D4CFC8;
 }
</style>
border-color css

<style>
 span { border-color: #D4CFC8; }

 span { border-color: rgb(212,207,200); }

 td.TdClassName
 {
   border-color: #D4CFC8;
 }
 .TagClassName
 {
   border-color: #D4CFC8;
 }
</style>