#DABBAE

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

Shades of Wafer #DABBAE

Tints of Wafer #DABBAE

Color information

#DABBAE (or 0xDABBAE) is unknown color: approx Wafer. HEX triplet: DA, BB and AE. RGB value is (218,187,174). Sum of RGB (Red+Green+Blue) = 218+187+174=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBAE is #254451. Grayscale: #C2C2C2. Windows color (decimal): -2442322 or 11451354. OLE color: 11451354.

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

Color convert

RGB218187174-
CMYK00.140.200.15
HSL17.73º37.29%76.86%-
HSV(B)17.73º20.18%85.49%-
XYZ54.3253.547.51-
YUV194.79116.27144.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=37.65%
G=32.30%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818717400.140.200.1517.7337.2976.86
HexDABBAE0E14F12254d
Octal33227325601624172245115
Binary11011010101110111010111001110101001111100101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBAE; }

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

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

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

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

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

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

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

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