#D2BFBA

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

Shades of Wafer #D2BFBA

Tints of Wafer #D2BFBA

Color information

#D2BFBA (or 0xD2BFBA) is unknown color: approx Wafer. HEX triplet: D2, BF and BA. RGB value is (210,191,186). Sum of RGB (Red+Green+Blue) = 210+191+186=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFBA is #2D4045. Grayscale: #C4C4C4. Windows color (decimal): -2965574 or 12238802. OLE color: 12238802.

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

Color convert

RGB210191186-
CMYK00.090.110.18
HSL12.5º21.05%77.65%-
HSV(B)12.5º11.43%82.35%-
XYZ54.0754.5154.13-
YUV196.11122.29137.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.78%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=35.78%
G=32.54%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019118600.090.110.1812.521.0577.65
HexD2BFBA09B12d154e
Octal32227727201113221525116
Binary110100101011111110111010010011011100101101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BFBA; }

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

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

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

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

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

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

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

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