#DBB4ED

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

Shades of Mauve #DBB4ED

Tints of Mauve #DBB4ED

Color information

#DBB4ED (or 0xDBB4ED) is unknown color: approx Mauve. HEX triplet: DB, B4 and ED. RGB value is (219,180,237). Sum of RGB (Red+Green+Blue) = 219+180+237=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 180 (70.70% from 255 or 28.30% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBB4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4ED is #244B12. Grayscale: #C5C5C5. Windows color (decimal): -2378515 or 15578331. OLE color: 15578331.

HSL color Cylindrical-coordinate representation of color #DBB4ED: hue angle of 281.05º degrees, saturation: 0.61, 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 #DBB4ED is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219180237-
CMYK0.080.2400.07
HSL281.05º61.29%81.76%-
HSV(B)281.05º24.05%92.94%-
XYZ60.8253.8287.3-
YUV198.16149.92142.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 180 (70.70% from 255) = 28.30%
BLUE value IS 237 (92.97% from 255) = 37.26%
R=34.43%
G=28.30%
B=37.26%

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
Decimal2191802370.080.2400.07281.0561.2981.76
HexDBB4ED818071193d52
Octal33326435510300743175122
Binary11011011101101001110110110001100001111000110011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4ED; }

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

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

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

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

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

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

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

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