#DBBEB5

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

Shades of Wafer #DBBEB5

Tints of Wafer #DBBEB5

Color information

#DBBEB5 (or 0xDBBEB5) is unknown color: approx Wafer. HEX triplet: DB, BE and B5. RGB value is (219,190,181). Sum of RGB (Red+Green+Blue) = 219+190+181=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEB5 is #24414A. Grayscale: #C5C5C5. Windows color (decimal): -2376011 or 11910875. OLE color: 11910875.

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

Color convert

RGB219190181-
CMYK00.130.170.14
HSL14.21º34.55%78.43%-
HSV(B)14.21º17.35%85.88%-
XYZ55.9755.2251.43-
YUV197.64118.61143.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 181 (71.09% from 255) = 30.68%
R=37.12%
G=32.20%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919018100.130.170.1414.2134.5578.43
HexDBBEB50D11Ee234e
Octal33327626501521161643116
Binary1101101110111110101101010110110001111011101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEB5; }

 p { color: rgb(219,190,181); }

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

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

 a { background-color: rgb(219,190,181); }

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

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

 span { border-color: rgb(219,190,181); }

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