#D4CEC0

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

Shades of Westar #D4CEC0

Tints of Westar #D4CEC0

Color information

#D4CEC0 (or 0xD4CEC0) is unknown color: approx Westar. HEX triplet: D4, CE and C0. RGB value is (212,206,192). Sum of RGB (Red+Green+Blue) = 212+206+192=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CEC0 is #2B313F. Grayscale: #CECECE. Windows color (decimal): -2830656 or 12635860. OLE color: 12635860.

HSL color Cylindrical-coordinate representation of color #D4CEC0: hue angle of 42º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4CEC0 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB212206192-
CMYK00.030.090.17
HSL42º18.87%79.22%-
HSV(B)42º9.43%83.14%-
XYZ58.7461.9558.73-
YUV206.2119.99132.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.75%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 192 (75.39% from 255) = 31.48%
R=34.75%
G=33.77%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220619200.030.090.174218.8779.22
HexD4CEC0039112a134f
Octal3243163000311215223117
Binary110101001100111011000000011100110001101010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CEC0; }

 p { color: rgb(212,206,192); }

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

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

 a { background-color: rgb(212,206,192); }

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

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

 span { border-color: rgb(212,206,192); }

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