#D2CCBF

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

Shades of Westar #D2CCBF

Tints of Westar #D2CCBF

Color information

#D2CCBF (or 0xD2CCBF) is unknown color: approx Westar. HEX triplet: D2, CC and BF. RGB value is (210,204,191). Sum of RGB (Red+Green+Blue) = 210+204+191=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCBF is #2D3340. Grayscale: #CCCCCC. Windows color (decimal): -2962241 or 12569810. OLE color: 12569810.

HSL color Cylindrical-coordinate representation of color #D2CCBF: hue angle of 41.05º 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 #D2CCBF is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB210204191-
CMYK00.030.090.18
HSL41.05º17.43%78.63%-
HSV(B)41.05º9.05%82.35%-
XYZ57.5860.6557.96-
YUV204.31120.49132.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.71%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 191 (75% from 255) = 31.57%
R=34.71%
G=33.72%
B=31.57%

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
Decimal21020419100.030.090.1841.0517.4378.63
HexD2CCBF0391229114f
Octal3223142770311225121117
Binary110100101100110010111111011100110010101001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCBF; }

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

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

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

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

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

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

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

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