#DABAAF

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

Shades of Wafer #DABAAF

Tints of Wafer #DABAAF

Color information

#DABAAF (or 0xDABAAF) is unknown color: approx Wafer. HEX triplet: DA, BA and AF. RGB value is (218,186,175). Sum of RGB (Red+Green+Blue) = 218+186+175=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAAF is #254550. Grayscale: #C2C2C2. Windows color (decimal): -2442577 or 11516634. OLE color: 11516634.

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

Color convert

RGB218186175-
CMYK00.150.200.15
HSL15.35º36.75%77.06%-
HSV(B)15.35º19.72%85.49%-
XYZ54.2153.1247.95-
YUV194.31117.1144.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=37.65%
G=32.12%
B=30.22%

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
Decimal21818617500.150.200.1515.3536.7577.06
HexDABAAF0F14Ff254d
Octal33227225701724171745115
Binary1101101010111010101011110111110100111111111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAAF; }

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

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

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

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

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

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

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

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