#D4BEB4

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

Shades of Wafer #D4BEB4

Tints of Wafer #D4BEB4

Color information

#D4BEB4 (or 0xD4BEB4) is unknown color: approx Wafer. HEX triplet: D4, BE and B4. RGB value is (212,190,180). Sum of RGB (Red+Green+Blue) = 212+190+180=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEB4 is #2B414B. Grayscale: #C3C3C3. Windows color (decimal): -2834764 or 11845332. OLE color: 11845332.

HSL color Cylindrical-coordinate representation of color #D4BEB4: hue angle of 18.75º 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 #D4BEB4 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB212190180-
CMYK00.100.150.17
HSL18.75º27.12%76.86%-
HSV(B)18.75º15.09%83.14%-
XYZ53.854.1250.79-
YUV195.44119.29139.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.43%
GREEN value IS 190 (74.61% from 255) = 32.65%
BLUE value IS 180 (70.70% from 255) = 30.93%
R=36.43%
G=32.65%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219018000.100.150.1718.7527.1276.86
HexD4BEB40AF11131b4d
Octal32427626401217212333115
Binary1101010010111110101101000101011111000110011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEB4; }

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

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

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

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

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

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

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

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