Html Css Color HEX #DBA9EB Mauve

📋 copy color: '#DBA9EB'

red 219 ◦ green 169 ◦ blue 235

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

Shades of Mauve #DBA9EB

Tints of Mauve #DBA9EB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.13%

 BLUE value IS 235 (92.19% from 255) = 37.72%

R = 35.15%
G = 27.13%
B = 37.72%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBA9EB (or 0xDBA9EB) is known color: Mauve. HEX triplet: DB, A9 and EB. RGB value is (219,169,235). Sum of RGB (Red+Green+Blue) = 219+169+235=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBA9EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA9EB is #245614. Grayscale: #BFBFBF. Windows color (decimal): -2381333 or 15444443. OLE color: 15444443.

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

Color convert

RGB 219 169 235 -
CMYK 0.07 0.28 0 0.08
HSL 285.45º 0.62% 0.79% -
HSV(B) 285.45º 0.28% 0.92% -
XYZ 58.4 49.43 85.06 -
YUV 191.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 219 169 235 0.07 0.28 0 0.08 285.45 0.62 0.79
Hex DB A9 EB 7 1C 0 8 11D 3E 4F
Octal 333 251 353 7 34 0 10 435 76 117
Binary 11011011 10101001 11101011 111 11100 0 1000 100011101 111110 1001111

Color Harmonies of #DBA9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA9EB

Black with #DBA9EB

Text Example


Text Example

White with #DBA9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA9EB; }

 p { color: rgb(219,169,235); }

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

background-color css

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

 a { background-color: rgb(219,169,235); }

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

border-color css

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

 span { border-color: rgb(219,169,235); }

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