#D4BDB7

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

Shades of Wafer #D4BDB7

Tints of Wafer #D4BDB7

Color information

#D4BDB7 (or 0xD4BDB7) is unknown color: approx Wafer. HEX triplet: D4, BD and B7. RGB value is (212,189,183). Sum of RGB (Red+Green+Blue) = 212+189+183=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDB7 is #2B4248. Grayscale: #C3C3C3. Windows color (decimal): -2835017 or 12041684. OLE color: 12041684.

HSL color Cylindrical-coordinate representation of color #D4BDB7: hue angle of 12.41º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4BDB7 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB212189183-
CMYK00.110.140.17
HSL12.41º25.22%77.45%-
HSV(B)12.41º13.68%83.14%-
XYZ53.953.8152.35-
YUV195.19121.12139.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.30%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 183 (71.88% from 255) = 31.34%
R=36.30%
G=32.36%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218918300.110.140.1712.4125.2277.45
HexD4BDB70BE11c194d
Octal32427526701316211431115
Binary110101001011110110110111010111110100011100110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BDB7; }

 p { color: rgb(212,189,183); }

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

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

 a { background-color: rgb(212,189,183); }

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

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

 span { border-color: rgb(212,189,183); }

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