#DABAB0

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

Shades of Wafer #DABAB0

Tints of Wafer #DABAB0

Color information

#DABAB0 (or 0xDABAB0) is unknown color: approx Wafer. HEX triplet: DA, BA and B0. RGB value is (218,186,176). Sum of RGB (Red+Green+Blue) = 218+186+176=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABAB0 is #25454F. Grayscale: #C2C2C2. Windows color (decimal): -2442576 or 11582170. OLE color: 11582170.

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

Color convert

RGB218186176-
CMYK00.150.190.15
HSL14.29º36.21%77.25%-
HSV(B)14.29º19.27%85.49%-
XYZ54.3153.1648.47-
YUV194.43117.6144.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 186 (73.05% from 255) = 32.07%
BLUE value IS 176 (69.14% from 255) = 30.34%
R=37.59%
G=32.07%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818617600.150.190.1514.2936.2177.25
HexDABAB00F13Fe244d
Octal33227226001723171644115
Binary1101101010111010101100000111110011111111101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAB0; }

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

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

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

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

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

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

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

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