#D0BFB7

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

Shades of Wafer #D0BFB7

Tints of Wafer #D0BFB7

Color information

#D0BFB7 (or 0xD0BFB7) is unknown color: approx Wafer. HEX triplet: D0, BF and B7. RGB value is (208,191,183). Sum of RGB (Red+Green+Blue) = 208+191+183=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFB7 is #2F4048. Grayscale: #C3C3C3. Windows color (decimal): -3096649 or 12042192. OLE color: 12042192.

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

Color convert

RGB208191183-
CMYK00.080.120.18
HSL19.2º21.01%76.67%-
HSV(B)19.2º12.02%81.57%-
XYZ53.1954.0952.44-
YUV195.17121.13137.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 191 (75% from 255) = 32.82%
BLUE value IS 183 (71.88% from 255) = 31.44%
R=35.74%
G=32.82%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819118300.080.120.1819.221.0176.67
HexD0BFB708C1213154d
Octal32027726701014222325115
Binary1101000010111111101101110100011001001010011101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BFB7; }

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

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

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

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

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

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

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

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