#DBB3ED

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

Shades of Mauve #DBB3ED

Tints of Mauve #DBB3ED

Color information

#DBB3ED (or 0xDBB3ED) is unknown color: approx Mauve. HEX triplet: DB, B3 and ED. RGB value is (219,179,237). Sum of RGB (Red+Green+Blue) = 219+179+237=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBB3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3ED is #244C12. Grayscale: #C5C5C5. Windows color (decimal): -2378771 or 15578075. OLE color: 15578075.

HSL color Cylindrical-coordinate representation of color #DBB3ED: hue angle of 281.38º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBB3ED is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219179237-
CMYK0.080.2400.07
HSL281.38º61.7%81.57%-
HSV(B)281.38º24.47%92.94%-
XYZ60.6253.4187.24-
YUV197.57150.25143.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 179 (70.31% from 255) = 28.19%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=34.49%
G=28.19%
B=37.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191792370.080.2400.07281.3861.781.57
HexDBB3ED818071193e52
Octal33326335510300743176122
Binary11011011101100111110110110001100001111000110011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB3ED; }

 p { color: rgb(219,179,237); }

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

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

 a { background-color: rgb(219,179,237); }

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

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

 span { border-color: rgb(219,179,237); }

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