#DBBEB2

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

Shades of Wafer #DBBEB2

Tints of Wafer #DBBEB2

Color information

#DBBEB2 (or 0xDBBEB2) is unknown color: approx Wafer. HEX triplet: DB, BE and B2. RGB value is (219,190,178). Sum of RGB (Red+Green+Blue) = 219+190+178=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEB2 is #24414D. Grayscale: #C5C5C5. Windows color (decimal): -2376014 or 11714267. OLE color: 11714267.

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

Color convert

RGB219190178-
CMYK00.130.190.14
HSL17.56º36.28%77.84%-
HSV(B)17.56º18.72%85.88%-
XYZ55.6655.149.82-
YUV197.3117.11143.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 178 (69.92% from 255) = 30.32%
R=37.31%
G=32.37%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919017800.130.190.1417.5636.2877.84
HexDBBEB20D13E12244e
Octal33327626201523162244116
Binary11011011101111101011001001101100111110100101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEB2; }

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

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

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

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

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

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

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

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