#DBBAAE

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

Shades of Wafer #DBBAAE

Tints of Wafer #DBBAAE

Color information

#DBBAAE (or 0xDBBAAE) is unknown color: approx Wafer. HEX triplet: DB, BA and AE. RGB value is (219,186,174). Sum of RGB (Red+Green+Blue) = 219+186+174=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBAAE is #244551. Grayscale: #C2C2C2. Windows color (decimal): -2377042 or 11451099. OLE color: 11451099.

HSL color Cylindrical-coordinate representation of color #DBBAAE: hue angle of 16º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBBAAE is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219186174-
CMYK00.150.210.14
HSL16º38.46%77.06%-
HSV(B)16º20.55%85.88%-
XYZ54.4153.2347.45-
YUV194.5116.43145.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=37.82%
G=32.12%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918617400.150.210.141638.4677.06
HexDBBAAE0F15E10264d
Octal33327225601725162046115
Binary11011011101110101010111001111101011110100001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAAE; }

 p { color: rgb(219,186,174); }

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

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

 a { background-color: rgb(219,186,174); }

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

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

 span { border-color: rgb(219,186,174); }

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