Html Css Color HEX #DBA4EF Mauve

📋 copy color: '#DBA4EF'

red 219 ◦ green 164 ◦ blue 239

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

Shades of Mauve #DBA4EF

Tints of Mauve #DBA4EF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.37%

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

R = 35.21%
G = 26.37%
B = 38.42%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBA4EF (or 0xDBA4EF) is known color: Mauve. HEX triplet: DB, A4 and EF. RGB value is (219,164,239). Sum of RGB (Red+Green+Blue) = 219+164+239=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 164 (64.45% from 255 or 26.37% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBA4EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4EF is #245B10. Grayscale: #BCBCBC. Windows color (decimal): -2382609 or 15705307. OLE color: 15705307.

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

Color convert

RGB 219 164 239 -
CMYK 0.08 0.31 0 0.06
HSL 284º 0.7% 0.79% -
HSV(B) 284º 0.31% 0.94% -
XYZ 58.07 47.84 87.84 -
YUV 189 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 219 164 239 0.08 0.31 0 0.06 284 0.7 0.79
Hex DB A4 EF 8 1F 0 6 11C 46 4F
Octal 333 244 357 10 37 0 6 434 106 117
Binary 11011011 10100100 11101111 1000 11111 0 110 100011100 1000110 1001111

Color Harmonies of #DBA4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA4EF

Black with #DBA4EF

Text Example


Text Example

White with #DBA4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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