Html Css Color HEX #DB9EFB Mauve

📋 copy color: '#DB9EFB'

red 219 ◦ green 158 ◦ blue 251

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

Shades of Mauve #DB9EFB

Tints of Mauve #DB9EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.16%

 BLUE value IS 251 (98.44% from 255) = 39.97%

R = 34.87%
G = 25.16%
B = 39.97%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB9EFB (or 0xDB9EFB) is known color: Mauve. HEX triplet: DB, 9E and FB. RGB value is (219,158,251). Sum of RGB (Red+Green+Blue) = 219+158+251=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 158 (62.11% from 255 or 25.16% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB9EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EFB is #246104. Grayscale: #BABABA. Windows color (decimal): -2384133 or 16490203. OLE color: 16490203.

HSL color Cylindrical-coordinate representation of color #DB9EFB: hue angle of 279.35º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB9EFB is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 158 251 -
CMYK 0.13 0.37 0 0.02
HSL 279.35º 0.92% 0.8% -
HSV(B) 279.35º 0.37% 0.98% -
XYZ 58.85 46.48 97.14 -
YUV 186.84 164.21 150.94 -
System Red Green Blue C M Y K H S L
Decimal 219 158 251 0.13 0.37 0 0.02 279.35 0.92 0.8
Hex DB 9E FB D 25 0 2 117 5C 50
Octal 333 236 373 15 45 0 2 427 134 120
Binary 11011011 10011110 11111011 1101 100101 0 10 100010111 1011100 1010000

Color Harmonies of #DB9EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9EFB

Black with #DB9EFB

Text Example


Text Example

White with #DB9EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9EFB; }

 p { color: rgb(219,158,251); }

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

background-color css

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

 a { background-color: rgb(219,158,251); }

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

border-color css

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

 span { border-color: rgb(219,158,251); }

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