#DABBB1

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

Shades of Wafer #DABBB1

Tints of Wafer #DABBB1

Color information

#DABBB1 (or 0xDABBB1) is unknown color: approx Wafer. HEX triplet: DA, BB and B1. RGB value is (218,187,177). Sum of RGB (Red+Green+Blue) = 218+187+177=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBB1 is #25444E. Grayscale: #C3C3C3. Windows color (decimal): -2442319 or 11647962. OLE color: 11647962.

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

Color convert

RGB218187177-
CMYK00.140.190.15
HSL14.63º35.65%77.45%-
HSV(B)14.63º18.81%85.49%-
XYZ54.6253.6249.07-
YUV195.13117.77144.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 177 (69.53% from 255) = 30.41%
R=37.46%
G=32.13%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818717700.140.190.1514.6335.6577.45
HexDABBB10E13Ff244d
Octal33227326101623171744115
Binary1101101010111011101100010111010011111111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBB1; }

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

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

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

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

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

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

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

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