#DABAAE

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

Shades of Wafer #DABAAE

Tints of Wafer #DABAAE

Color information

#DABAAE (or 0xDABAAE) is unknown color: approx Wafer. HEX triplet: DA, BA and AE. RGB value is (218,186,174). Sum of RGB (Red+Green+Blue) = 218+186+174=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAAE is #254551. Grayscale: #C2C2C2. Windows color (decimal): -2442578 or 11451098. OLE color: 11451098.

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

Color convert

RGB218186174-
CMYK00.150.200.15
HSL16.36º37.29%76.86%-
HSV(B)16.36º20.18%85.49%-
XYZ54.1153.0847.44-
YUV194.2116.6144.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 174 (68.36% from 255) = 30.10%
R=37.72%
G=32.18%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818617400.150.200.1516.3637.2976.86
HexDABAAE0F14F10254d
Octal33227225601724172045115
Binary11011010101110101010111001111101001111100001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAAE; }

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

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

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

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

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

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

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

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