#D2CBBF

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

Shades of Westar #D2CBBF

Tints of Westar #D2CBBF

Color information

#D2CBBF (or 0xD2CBBF) is unknown color: approx Westar. HEX triplet: D2, CB and BF. RGB value is (210,203,191). Sum of RGB (Red+Green+Blue) = 210+203+191=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CBBF is #2D3440. Grayscale: #CBCBCB. Windows color (decimal): -2962497 or 12569554. OLE color: 12569554.

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

Color convert

RGB210203191-
CMYK00.030.090.18
HSL37.89º17.43%78.63%-
HSV(B)37.89º9.05%82.35%-
XYZ57.3460.1857.88-
YUV203.72120.82132.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.77%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 191 (75% from 255) = 31.62%
R=34.77%
G=33.61%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020319100.030.090.1837.8917.4378.63
HexD2CBBF0391226114f
Octal3223132770311224621117
Binary110100101100101110111111011100110010100110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CBBF; }

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

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

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

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

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

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

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

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