#D8BFB9

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

Shades of Wafer #D8BFB9

Tints of Wafer #D8BFB9

Color information

#D8BFB9 (or 0xD8BFB9) is unknown color: approx Wafer. HEX triplet: D8, BF and B9. RGB value is (216,191,185). Sum of RGB (Red+Green+Blue) = 216+191+185=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFB9 is #274046. Grayscale: #C5C5C5. Windows color (decimal): -2572359 or 12173272. OLE color: 12173272.

HSL color Cylindrical-coordinate representation of color #D8BFB9: hue angle of 11.61º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BFB9 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216191185-
CMYK00.120.140.15
HSL11.61º28.44%78.63%-
HSV(B)11.61º14.35%84.71%-
XYZ55.7155.3653.65-
YUV197.79120.78140.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.49%
GREEN value IS 191 (75% from 255) = 32.26%
BLUE value IS 185 (72.66% from 255) = 31.25%
R=36.49%
G=32.26%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619118500.120.140.1511.6128.4478.63
HexD8BFB90CEFc1c4f
Octal33027727101416171434117
Binary11011000101111111011100101100111011111100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BFB9; }

 p { color: rgb(216,191,185); }

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

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

 a { background-color: rgb(216,191,185); }

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

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

 span { border-color: rgb(216,191,185); }

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