#D1CABE

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

Shades of Westar #D1CABE

Tints of Westar #D1CABE

Color information

#D1CABE (or 0xD1CABE) is unknown color: approx Westar. HEX triplet: D1, CA and BE. RGB value is (209,202,190). Sum of RGB (Red+Green+Blue) = 209+202+190=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CABE is #2E3541. Grayscale: #CACACA. Windows color (decimal): -3028290 or 12503761. OLE color: 12503761.

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

Color convert

RGB209202190-
CMYK00.030.090.18
HSL37.89º17.12%78.24%-
HSV(B)37.89º9.09%81.96%-
XYZ56.7159.5157.21-
YUV202.72120.82132.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.78%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=34.78%
G=33.61%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920219000.030.090.1837.8917.1278.24
HexD1CABE0391226114e
Octal3213122760311224621116
Binary110100011100101010111110011100110010100110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CABE; }

 p { color: rgb(209,202,190); }

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

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

 a { background-color: rgb(209,202,190); }

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

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

 span { border-color: rgb(209,202,190); }

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