#D5D1CB

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

Shades of Westar #D5D1CB

Tints of Westar #D5D1CB

Color information

#D5D1CB (or 0xD5D1CB) is unknown color: approx Westar. HEX triplet: D5, D1 and CB. RGB value is (213,209,203). Sum of RGB (Red+Green+Blue) = 213+209+203=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D1CB is #2A2E34. Grayscale: #D1D1D1. Windows color (decimal): -2764341 or 13357525. OLE color: 13357525.

HSL color Cylindrical-coordinate representation of color #D5D1CB: hue angle of 36º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5D1CB is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213209203-
CMYK00.020.050.16
HSL36º10.64%81.57%-
HSV(B)36º4.69%83.53%-
XYZ61.0264.0665.65-
YUV209.51124.33130.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.08%
GREEN value IS 209 (82.03% from 255) = 33.44%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=34.08%
G=33.44%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320920300.020.050.163610.6481.57
HexD5D1CB0251024b52
Octal325321313025204413122
Binary1101010111010001110010110101011000010010010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D1CB; }

 p { color: rgb(213,209,203); }

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

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

 a { background-color: rgb(213,209,203); }

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

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

 span { border-color: rgb(213,209,203); }

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