#DBADEE

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

Shades of Mauve #DBADEE

Tints of Mauve #DBADEE

Color information

#DBADEE (or 0xDBADEE) is unknown color: approx Mauve. HEX triplet: DB, AD and EE. RGB value is (219,173,238). Sum of RGB (Red+Green+Blue) = 219+173+238=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADEE is #245211. Grayscale: #C1C1C1. Windows color (decimal): -2380306 or 15642075. OLE color: 15642075.

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

Color convert

RGB219173238-
CMYK0.080.2700.07
HSL282.46º65.66%80.59%-
HSV(B)282.46º27.31%93.33%-
XYZ59.5951.1287.62-
YUV194.16152.74145.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 173 (67.97% from 255) = 27.46%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=34.76%
G=27.46%
B=37.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191732380.080.2700.07282.4665.6680.59
HexDBADEE81B0711a4251
Octal333255356103307432102121
Binary110110111010110111101110100011011011110001101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBADEE; }

 p { color: rgb(219,173,238); }

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

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

 a { background-color: rgb(219,173,238); }

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

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

 span { border-color: rgb(219,173,238); }

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