Html Css Color HEX #DBA0EF Mauve

📋 copy color: '#DBA0EF'

red 219 ◦ green 160 ◦ blue 239

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

Shades of Mauve #DBA0EF

Tints of Mauve #DBA0EF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.89%

 BLUE value IS 239 (93.75% from 255) = 38.67%

R = 35.44%
G = 25.89%
B = 38.67%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBA0EF (or 0xDBA0EF) is known color: Mauve. HEX triplet: DB, A0 and EF. RGB value is (219,160,239). Sum of RGB (Red+Green+Blue) = 219+160+239=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 160 (62.89% from 255 or 25.89% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBA0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0EF is #245F10. Grayscale: #BABABA. Windows color (decimal): -2383633 or 15704283. OLE color: 15704283.

HSL color Cylindrical-coordinate representation of color #DBA0EF: hue angle of 284.81º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBA0EF is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 160 239 -
CMYK 0.08 0.33 0 0.06
HSL 284.81º 0.71% 0.78% -
HSV(B) 284.81º 0.33% 0.94% -
XYZ 57.36 46.43 87.6 -
YUV 186.65 157.55 151.08 -
System Red Green Blue C M Y K H S L
Decimal 219 160 239 0.08 0.33 0 0.06 284.81 0.71 0.78
Hex DB A0 EF 8 21 0 6 11D 47 4E
Octal 333 240 357 10 41 0 6 435 107 116
Binary 11011011 10100000 11101111 1000 100001 0 110 100011101 1000111 1001110

Color Harmonies of #DBA0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA0EF

Black with #DBA0EF

Text Example


Text Example

White with #DBA0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA0EF; }

 p { color: rgb(219,160,239); }

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

background-color css

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

 a { background-color: rgb(219,160,239); }

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

border-color css

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

 span { border-color: rgb(219,160,239); }

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