#D0BFBA

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

Shades of Wafer #D0BFBA

Tints of Wafer #D0BFBA

Color information

#D0BFBA (or 0xD0BFBA) is unknown color: approx Wafer. HEX triplet: D0, BF and BA. RGB value is (208,191,186). Sum of RGB (Red+Green+Blue) = 208+191+186=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFBA is #2F4045. Grayscale: #C3C3C3. Windows color (decimal): -3096646 or 12238800. OLE color: 12238800.

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

Color convert

RGB208191186-
CMYK00.080.110.18
HSL13.64º18.97%77.25%-
HSV(B)13.64º10.58%81.57%-
XYZ53.5154.2254.1-
YUV195.51122.63136.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.56%
GREEN value IS 191 (75% from 255) = 32.65%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=35.56%
G=32.65%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819118600.080.110.1813.6418.9777.25
HexD0BFBA08B12e134d
Octal32027727201013221623115
Binary110100001011111110111010010001011100101110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BFBA; }

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

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

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

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

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

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

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

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