#D1CABF

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

Shades of Westar #D1CABF

Tints of Westar #D1CABF

Color information

#D1CABF (or 0xD1CABF) is unknown color: approx Westar. HEX triplet: D1, CA and BF. RGB value is (209,202,191). Sum of RGB (Red+Green+Blue) = 209+202+191=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CABF is #2E3540. Grayscale: #CACACA. Windows color (decimal): -3028289 or 12569297. OLE color: 12569297.

HSL color Cylindrical-coordinate representation of color #D1CABF: hue angle of 36.67º degrees, saturation: 0.16, 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 #D1CABF is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB209202191-
CMYK00.030.090.18
HSL36.67º16.36%78.43%-
HSV(B)36.67º8.61%81.96%-
XYZ56.8259.5657.79-
YUV202.84121.32132.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.72%
GREEN value IS 202 (79.30% from 255) = 33.55%
BLUE value IS 191 (75% from 255) = 31.73%
R=34.72%
G=33.55%
B=31.73%

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
Decimal20920219100.030.090.1836.6716.3678.43
HexD1CABF0391225104e
Octal3213122770311224520116
Binary110100011100101010111111011100110010100101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CABF; }

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

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

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

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

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

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

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

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