#DABBB2

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

Shades of Wafer #DABBB2

Tints of Wafer #DABBB2

Color information

#DABBB2 (or 0xDABBB2) is unknown color: approx Wafer. HEX triplet: DA, BB and B2. RGB value is (218,187,178). Sum of RGB (Red+Green+Blue) = 218+187+178=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBB2 is #25444D. Grayscale: #C3C3C3. Windows color (decimal): -2442318 or 11713498. OLE color: 11713498.

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

Color convert

RGB218187178-
CMYK00.140.180.15
HSL13.5º35.09%77.65%-
HSV(B)13.5º18.35%85.49%-
XYZ54.7253.6649.59-
YUV195.24118.27144.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 178 (69.92% from 255) = 30.53%
R=37.39%
G=32.08%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818717800.140.180.1513.535.0977.65
HexDABBB20E12Fe234e
Octal33227326201622171643116
Binary1101101010111011101100100111010010111111101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBB2; }

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

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

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

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

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

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

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

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