#D2D0CB

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

Shades of Westar #D2D0CB

Tints of Westar #D2D0CB

Color information

#D2D0CB (or 0xD2D0CB) is unknown color: approx Westar. HEX triplet: D2, D0 and CB. RGB value is (210,208,203). Sum of RGB (Red+Green+Blue) = 210+208+203=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D0CB is #2D2F34. Grayscale: #D0D0D0. Windows color (decimal): -2961205 or 13357266. OLE color: 13357266.

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

Color convert

RGB210208203-
CMYK00.010.030.18
HSL42.86º7.22%80.98%-
HSV(B)42.86º3.33%82.35%-
XYZ59.9163.1365.53-
YUV208.03125.16129.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.82%
GREEN value IS 208 (81.64% from 255) = 33.49%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=33.82%
G=33.49%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020820300.010.030.1842.867.2280.98
HexD2D0CB013122b751
Octal32232031301322537121
Binary1101001011010000110010110111100101010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D0CB; }

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

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

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

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

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

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

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

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