#DABBAD

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

Shades of Wafer #DABBAD

Tints of Wafer #DABBAD

Color information

#DABBAD (or 0xDABBAD) is unknown color: approx Wafer. HEX triplet: DA, BB and AD. RGB value is (218,187,173). Sum of RGB (Red+Green+Blue) = 218+187+173=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBAD is #254452. Grayscale: #C2C2C2. Windows color (decimal): -2442323 or 11385818. OLE color: 11385818.

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

Color convert

RGB218187173-
CMYK00.140.210.15
HSL18.67º37.82%76.67%-
HSV(B)18.67º20.64%85.49%-
XYZ54.2353.4647-
YUV194.67115.77144.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 173 (67.97% from 255) = 29.93%
R=37.72%
G=32.35%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818717300.140.210.1518.6737.8276.67
HexDABBAD0E15F13264d
Octal33227325501625172346115
Binary11011010101110111010110101110101011111100111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBAD; }

 p { color: rgb(218,187,173); }

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

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

 a { background-color: rgb(218,187,173); }

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

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

 span { border-color: rgb(218,187,173); }

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