#DBBBED

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

Shades of Mauve #DBBBED

Tints of Mauve #DBBBED

Color information

#DBBBED (or 0xDBBBED) is unknown color: approx Mauve. HEX triplet: DB, BB and ED. RGB value is (219,187,237). Sum of RGB (Red+Green+Blue) = 219+187+237=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBED is #244412. Grayscale: #CACACA. Windows color (decimal): -2376723 or 15580123. OLE color: 15580123.

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

Color convert

RGB219187237-
CMYK0.080.2100.07
HSL278.4º58.14%83.14%-
HSV(B)278.4º21.1%92.94%-
XYZ62.2756.7287.79-
YUV202.27147.6139.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.06%
GREEN value IS 187 (73.44% from 255) = 29.08%
BLUE value IS 237 (92.97% from 255) = 36.86%
R=34.06%
G=29.08%
B=36.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191872370.080.2100.07278.458.1483.14
HexDBBBED815071163a53
Octal33327335510250742672123
Binary11011011101110111110110110001010101111000101101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBED; }

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

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

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

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

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

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

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

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