#DBB6ED

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

Shades of Mauve #DBB6ED

Tints of Mauve #DBB6ED

Color information

#DBB6ED (or 0xDBB6ED) is unknown color: approx Mauve. HEX triplet: DB, B6 and ED. RGB value is (219,182,237). Sum of RGB (Red+Green+Blue) = 219+182+237=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB6ED is #244912. Grayscale: #C7C7C7. Windows color (decimal): -2378003 or 15578843. OLE color: 15578843.

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

Color convert

RGB219182237-
CMYK0.080.2300.07
HSL280.36º60.44%82.16%-
HSV(B)280.36º23.21%92.94%-
XYZ61.2354.6387.44-
YUV199.33149.26142.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.33%
GREEN value IS 182 (71.48% from 255) = 28.53%
BLUE value IS 237 (92.97% from 255) = 37.15%
R=34.33%
G=28.53%
B=37.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191822370.080.2300.07280.3660.4482.16
HexDBB6ED817071183c52
Octal33326635510270743074122
Binary11011011101101101110110110001011101111000110001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6ED; }

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

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

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

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

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

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

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

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