Html Css Color HEX #DBAAED Mauve

📋 copy color: '#DBAAED'

red 219 ◦ green 170 ◦ blue 237

#DBAAED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #DBAAED

Tints of Mauve #DBAAED

RGB

 RED value IS 219 (85.94% from 255) = 34.98%

 GREEN value IS 170 (66.8% from 255) = 27.16%

 BLUE value IS 237 (92.97% from 255) = 37.86%

R = 34.98%
G = 27.16%
B = 37.86%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBAAED (or 0xDBAAED) is known color: Mauve. HEX triplet: DB, AA and ED. RGB value is (219,170,237). Sum of RGB (Red+Green+Blue) = 219+170+237=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBAAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAED is #245512. Grayscale: #C0C0C0. Windows color (decimal): -2381075 or 15575771. OLE color: 15575771.

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

Color convert

RGB 219 170 237 -
CMYK 0.08 0.28 0 0.07
HSL 283.88º 0.65% 0.8% -
HSV(B) 283.88º 0.28% 0.93% -
XYZ 58.87 49.92 86.65 -
YUV 192.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 219 170 237 0.08 0.28 0 0.07 283.88 0.65 0.8
Hex DB AA ED 8 1C 0 7 11C 41 50
Octal 333 252 355 10 34 0 7 434 101 120
Binary 11011011 10101010 11101101 1000 11100 0 111 100011100 1000001 1010000

Color Harmonies of #DBAAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAED

Black with #DBAAED

Text Example


Text Example

White with #DBAAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAED; }

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

 H1.HeaderClassName
 {
   color: #DBAAED;
 }
 .AnyTagClassName
 {
   color: #DBAAED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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