#D2CCBE

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

Shades of Westar #D2CCBE

Tints of Westar #D2CCBE

Color information

#D2CCBE (or 0xD2CCBE) is unknown color: approx Westar. HEX triplet: D2, CC and BE. RGB value is (210,204,190). Sum of RGB (Red+Green+Blue) = 210+204+190=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCBE is #2D3341. Grayscale: #CCCCCC. Windows color (decimal): -2962242 or 12504274. OLE color: 12504274.

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

Color convert

RGB210204190-
CMYK00.030.100.18
HSL42º18.18%78.43%-
HSV(B)42º9.52%82.35%-
XYZ57.4760.6157.38-
YUV204.2119.99132.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.77%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=34.77%
G=33.77%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020419000.030.100.184218.1878.43
HexD2CCBE03A122a124e
Octal3223142760312225222116
Binary110100101100110010111110011101010010101010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCBE; }

 p { color: rgb(210,204,190); }

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

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

 a { background-color: rgb(210,204,190); }

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

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

 span { border-color: rgb(210,204,190); }

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