Html Css Color HEX #DBA8FF Mauve

📋 copy color: '#DBA8FF'

red 219 ◦ green 168 ◦ blue 255

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

Shades of Mauve #DBA8FF

Tints of Mauve #DBA8FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.72%

R = 34.11%
G = 26.17%
B = 39.72%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBA8FF (or 0xDBA8FF) is known color: Mauve. HEX triplet: DB, A8 and FF. RGB value is (219,168,255). Sum of RGB (Red+Green+Blue) = 219+168+255=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 168 (66.02% from 255 or 26.17% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA8FF is #245700. Grayscale: #C0C0C0. Windows color (decimal): -2381569 or 16754907. OLE color: 16754907.

HSL color Cylindrical-coordinate representation of color #DBA8FF: hue angle of 275.17º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBA8FF is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 168 255 -
CMYK 0.14 0.34 0 0
HSL 275.17º 1% 0.83% -
HSV(B) 275.17º 0.34% 1% -
XYZ 61.27 50.29 101.08 -
YUV 193.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 219 168 255 0.14 0.34 0 0 275.17 1 0.83
Hex DB A8 FF E 22 0 0 113 64 53
Octal 333 250 377 16 42 0 0 423 144 123
Binary 11011011 10101000 11111111 1110 100010 0 0 100010011 1100100 1010011

Color Harmonies of #DBA8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA8FF

Black with #DBA8FF

Text Example


Text Example

White with #DBA8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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