#D4BEB3

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

Shades of Wafer #D4BEB3

Tints of Wafer #D4BEB3

Color information

#D4BEB3 (or 0xD4BEB3) is unknown color: approx Wafer. HEX triplet: D4, BE and B3. RGB value is (212,190,179). Sum of RGB (Red+Green+Blue) = 212+190+179=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEB3 is #2B414C. Grayscale: #C3C3C3. Windows color (decimal): -2834765 or 11779796. OLE color: 11779796.

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

Color convert

RGB212190179-
CMYK00.100.160.17
HSL20º27.73%76.67%-
HSV(B)20º15.57%83.14%-
XYZ53.754.0850.26-
YUV195.32118.79139.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.49%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 179 (70.31% from 255) = 30.81%
R=36.49%
G=32.70%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219017900.100.160.172027.7376.67
HexD4BEB30A1011141c4d
Octal32427626301220212434115
Binary11010100101111101011001101010100001000110100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEB3; }

 p { color: rgb(212,190,179); }

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

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

 a { background-color: rgb(212,190,179); }

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

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

 span { border-color: rgb(212,190,179); }

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