Html Css Color HEX #DBA7EE Mauve

📋 copy color: '#DBA7EE'

red 219 ◦ green 167 ◦ blue 238

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

Shades of Mauve #DBA7EE

Tints of Mauve #DBA7EE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.76%

 BLUE value IS 238 (93.36% from 255) = 38.14%

R = 35.1%
G = 26.76%
B = 38.14%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBA7EE (or 0xDBA7EE) is known color: Mauve. HEX triplet: DB, A7 and EE. RGB value is (219,167,238). Sum of RGB (Red+Green+Blue) = 219+167+238=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBA7EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7EE is #245811. Grayscale: #BEBEBE. Windows color (decimal): -2381842 or 15640539. OLE color: 15640539.

HSL color Cylindrical-coordinate representation of color #DBA7EE: hue angle of 283.94º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA7EE is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 167 238 -
CMYK 0.08 0.30 0 0.07
HSL 283.94º 0.68% 0.79% -
HSV(B) 283.94º 0.3% 0.93% -
XYZ 58.46 48.87 87.24 -
YUV 190.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 219 167 238 0.08 0.30 0 0.07 283.94 0.68 0.79
Hex DB A7 EE 8 1E 0 7 11C 44 4F
Octal 333 247 356 10 36 0 7 434 104 117
Binary 11011011 10100111 11101110 1000 11110 0 111 100011100 1000100 1001111

Color Harmonies of #DBA7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA7EE

Black with #DBA7EE

Text Example


Text Example

White with #DBA7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA7EE; }

 p { color: rgb(219,167,238); }

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

background-color css

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

 a { background-color: rgb(219,167,238); }

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

border-color css

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

 span { border-color: rgb(219,167,238); }

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