Html Css Color HEX #DBA8EC Mauve

📋 copy color: '#DBA8EC'

red 219 ◦ green 168 ◦ blue 236

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

Shades of Mauve #DBA8EC

Tints of Mauve #DBA8EC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.97%

 BLUE value IS 236 (92.58% from 255) = 37.88%

R = 35.15%
G = 26.97%
B = 37.88%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBA8EC (or 0xDBA8EC) is known color: Mauve. HEX triplet: DB, A8 and EC. RGB value is (219,168,236). Sum of RGB (Red+Green+Blue) = 219+168+236=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBA8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA8EC is #245713. Grayscale: #BEBEBE. Windows color (decimal): -2381588 or 15509723. OLE color: 15509723.

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

Color convert

RGB 219 168 236 -
CMYK 0.07 0.29 0 0.07
HSL 285º 0.64% 0.79% -
HSV(B) 285º 0.29% 0.93% -
XYZ 58.36 49.12 85.76 -
YUV 191 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 219 168 236 0.07 0.29 0 0.07 285 0.64 0.79
Hex DB A8 EC 7 1D 0 7 11D 40 4F
Octal 333 250 354 7 35 0 7 435 100 117
Binary 11011011 10101000 11101100 111 11101 0 111 100011101 1000000 1001111

Color Harmonies of #DBA8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA8EC

Black with #DBA8EC

Text Example


Text Example

White with #DBA8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA8EC; }

 p { color: rgb(219,168,236); }

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

background-color css

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

 a { background-color: rgb(219,168,236); }

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

border-color css

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

 span { border-color: rgb(219,168,236); }

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