#DABDB3

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

Shades of Wafer #DABDB3

Tints of Wafer #DABDB3

Color information

#DABDB3 (or 0xDABDB3) is unknown color: approx Wafer. HEX triplet: DA, BD and B3. RGB value is (218,189,179). Sum of RGB (Red+Green+Blue) = 218+189+179=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDB3 is #25424C. Grayscale: #C4C4C4. Windows color (decimal): -2441805 or 11779546. OLE color: 11779546.

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

Color convert

RGB218189179-
CMYK00.130.180.15
HSL15.38º34.51%77.84%-
HSV(B)15.38º17.89%85.49%-
XYZ55.2554.5650.27-
YUV196.53118.11143.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 179 (70.31% from 255) = 30.55%
R=37.20%
G=32.25%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818917900.130.180.1515.3834.5177.84
HexDABDB30D12Ff234e
Octal33227526301522171743116
Binary1101101010111101101100110110110010111111111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDB3; }

 p { color: rgb(218,189,179); }

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

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

 a { background-color: rgb(218,189,179); }

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

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

 span { border-color: rgb(218,189,179); }

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