#DABCB1

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

Shades of Wafer #DABCB1

Tints of Wafer #DABCB1

Color information

#DABCB1 (or 0xDABCB1) is unknown color: approx Wafer. HEX triplet: DA, BC and B1. RGB value is (218,188,177). Sum of RGB (Red+Green+Blue) = 218+188+177=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 177 (69.53% from 255 or 30.36% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABCB1 is #25434E. Grayscale: #C3C3C3. Windows color (decimal): -2442063 or 11648218. OLE color: 11648218.

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

Color convert

RGB218188177-
CMYK00.140.190.15
HSL16.1º35.65%77.45%-
HSV(B)16.1º18.81%85.49%-
XYZ54.8354.0549.14-
YUV195.72117.44143.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 177 (69.53% from 255) = 30.36%
R=37.39%
G=32.25%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818817700.140.190.1516.135.6577.45
HexDABCB10E13F10244d
Octal33227426101623172044115
Binary11011010101111001011000101110100111111100001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCB1; }

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

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

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

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

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

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

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

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