#D6D2CB

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

Shades of Westar #D6D2CB

Tints of Westar #D6D2CB

Color information

#D6D2CB (or 0xD6D2CB) is unknown color: approx Westar. HEX triplet: D6, D2 and CB. RGB value is (214,210,203). Sum of RGB (Red+Green+Blue) = 214+210+203=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D2CB is #292D34. Grayscale: #D2D2D2. Windows color (decimal): -2698549 or 13357782. OLE color: 13357782.

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

Color convert

RGB214210203-
CMYK00.020.050.16
HSL38.18º11.83%81.76%-
HSV(B)38.18º5.14%83.92%-
XYZ61.5664.765.74-
YUV210.4123.83130.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 210 (82.42% from 255) = 33.49%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=34.13%
G=33.49%
B=32.38%

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
Decimal21421020300.020.050.1638.1811.8381.76
HexD6D2CB0251026c52
Octal326322313025204614122
Binary1101011011010010110010110101011000010011011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D2CB; }

 p { color: rgb(214,210,203); }

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

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

 a { background-color: rgb(214,210,203); }

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

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

 span { border-color: rgb(214,210,203); }

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