#D4BDB4

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

Shades of Wafer #D4BDB4

Tints of Wafer #D4BDB4

Color information

#D4BDB4 (or 0xD4BDB4) is unknown color: approx Wafer. HEX triplet: D4, BD and B4. RGB value is (212,189,180). Sum of RGB (Red+Green+Blue) = 212+189+180=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDB4 is #2B424B. Grayscale: #C2C2C2. Windows color (decimal): -2835020 or 11845076. OLE color: 11845076.

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

Color convert

RGB212189180-
CMYK00.110.150.17
HSL16.88º27.12%76.86%-
HSV(B)16.88º15.09%83.14%-
XYZ53.5953.6950.72-
YUV194.85119.62140.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.49%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 180 (70.70% from 255) = 30.98%
R=36.49%
G=32.53%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218918000.110.150.1716.8827.1276.86
HexD4BDB40BF11111b4d
Octal32427526401317212133115
Binary1101010010111101101101000101111111000110001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BDB4; }

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

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

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

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

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

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

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

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