#DABCB4

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

Shades of Wafer #DABCB4

Tints of Wafer #DABCB4

Color information

#DABCB4 (or 0xDABCB4) is unknown color: approx Wafer. HEX triplet: DA, BC and B4. RGB value is (218,188,180). Sum of RGB (Red+Green+Blue) = 218+188+180=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCB4 is #25434B. Grayscale: #C4C4C4. Windows color (decimal): -2442060 or 11844826. OLE color: 11844826.

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

Color convert

RGB218188180-
CMYK00.140.170.15
HSL12.63º33.93%78.04%-
HSV(B)12.63º17.43%85.49%-
XYZ55.1354.1750.73-
YUV196.06118.94143.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 180 (70.70% from 255) = 30.72%
R=37.20%
G=32.08%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818818000.140.170.1512.6333.9378.04
HexDABCB40E11Fd224e
Octal33227426401621171542116
Binary1101101010111100101101000111010001111111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCB4; }

 p { color: rgb(218,188,180); }

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

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

 a { background-color: rgb(218,188,180); }

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

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

 span { border-color: rgb(218,188,180); }

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