#D6D1CA

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

Shades of Westar #D6D1CA

Tints of Westar #D6D1CA

Color information

#D6D1CA (or 0xD6D1CA) is unknown color: approx Westar. HEX triplet: D6, D1 and CA. RGB value is (214,209,202). Sum of RGB (Red+Green+Blue) = 214+209+202=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D1CA is #292E35. Grayscale: #D1D1D1. Windows color (decimal): -2698806 or 13291990. OLE color: 13291990.

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

Color convert

RGB214209202-
CMYK00.020.060.16
HSL35º12.77%81.57%-
HSV(B)35º5.61%83.92%-
XYZ61.1964.1665.04-
YUV209.7123.66131.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.24%
GREEN value IS 209 (82.03% from 255) = 33.44%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=34.24%
G=33.44%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420920200.020.060.163512.7781.57
HexD6D1CA0261023d52
Octal326321312026204315122
Binary1101011011010001110010100101101000010001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D1CA; }

 p { color: rgb(214,209,202); }

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

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

 a { background-color: rgb(214,209,202); }

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

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

 span { border-color: rgb(214,209,202); }

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