#D0CDC9

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

Shades of Westar #D0CDC9

Tints of Westar #D0CDC9

Color information

#D0CDC9 (or 0xD0CDC9) is unknown color: approx Westar. HEX triplet: D0, CD and C9. RGB value is (208,205,201). Sum of RGB (Red+Green+Blue) = 208+205+201=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDC9 is #2F3236. Grayscale: #CDCDCD. Windows color (decimal): -3093047 or 13225424. OLE color: 13225424.

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

Color convert

RGB208205201-
CMYK00.010.030.18
HSL34.29º6.93%80.2%-
HSV(B)34.29º3.37%81.57%-
XYZ58.3961.2964.01-
YUV205.44125.49129.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 205 (80.47% from 255) = 33.39%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=33.88%
G=33.39%
B=32.74%

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
Decimal20820520100.010.030.1834.296.9380.2
HexD0CDC90131222750
Octal32031531101322427120
Binary1101000011001101110010010111100101000101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDC9; }

 p { color: rgb(208,205,201); }

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

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

 a { background-color: rgb(208,205,201); }

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

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

 span { border-color: rgb(208,205,201); }

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