#DBBCAE

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

Shades of Wafer #DBBCAE

Tints of Wafer #DBBCAE

Color information

#DBBCAE (or 0xDBBCAE) is unknown color: approx Wafer. HEX triplet: DB, BC and AE. RGB value is (219,188,174). Sum of RGB (Red+Green+Blue) = 219+188+174=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBCAE is #244351. Grayscale: #C3C3C3. Windows color (decimal): -2376530 or 11451611. OLE color: 11451611.

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

Color convert

RGB219188174-
CMYK00.140.210.14
HSL18.67º38.46%77.06%-
HSV(B)18.67º20.55%85.88%-
XYZ54.8454.0847.59-
YUV195.67115.77144.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.69%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=37.69%
G=32.36%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918817400.140.210.1418.6738.4677.06
HexDBBCAE0E15E13264d
Octal33327425601625162346115
Binary11011011101111001010111001110101011110100111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCAE; }

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

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

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

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

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

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

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

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