#D1CDC5

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

Shades of Westar #D1CDC5

Tints of Westar #D1CDC5

Color information

#D1CDC5 (or 0xD1CDC5) is unknown color: approx Westar. HEX triplet: D1, CD and C5. RGB value is (209,205,197). Sum of RGB (Red+Green+Blue) = 209+205+197=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDC5 is #2E323A. Grayscale: #CDCDCD. Windows color (decimal): -3027515 or 12963281. OLE color: 12963281.

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

Color convert

RGB209205197-
CMYK00.020.060.18
HSL40º11.54%79.61%-
HSV(B)40º5.74%81.96%-
XYZ58.261.2561.58-
YUV205.28123.33130.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.21%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 197 (77.34% from 255) = 32.24%
R=34.21%
G=33.55%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920519700.020.060.184011.5479.61
HexD1CDC50261228c50
Octal321315305026225014120
Binary1101000111001101110001010101101001010100011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDC5; }

 p { color: rgb(209,205,197); }

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

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

 a { background-color: rgb(209,205,197); }

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

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

 span { border-color: rgb(209,205,197); }

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