Html Css Color HEX #DBAAF0 Mauve

📋 copy color: '#DBAAF0'

red 219 ◦ green 170 ◦ blue 240

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

Shades of Mauve #DBAAF0

Tints of Mauve #DBAAF0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.03%

 BLUE value IS 240 (94.14% from 255) = 38.16%

R = 34.82%
G = 27.03%
B = 38.16%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBAAF0 (or 0xDBAAF0) is known color: Mauve. HEX triplet: DB, AA and F0. RGB value is (219,170,240). Sum of RGB (Red+Green+Blue) = 219+170+240=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBAAF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAF0 is #24550F. Grayscale: #C0C0C0. Windows color (decimal): -2381072 or 15772379. OLE color: 15772379.

HSL color Cylindrical-coordinate representation of color #DBAAF0: hue angle of 282º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBAAF0 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 170 240 -
CMYK 0.09 0.29 0 0.06
HSL 282º 0.7% 0.8% -
HSV(B) 282º 0.29% 0.94% -
XYZ 59.32 50.1 88.98 -
YUV 192.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 219 170 240 0.09 0.29 0 0.06 282 0.7 0.8
Hex DB AA F0 9 1D 0 6 11A 46 50
Octal 333 252 360 11 35 0 6 432 106 120
Binary 11011011 10101010 11110000 1001 11101 0 110 100011010 1000110 1010000

Color Harmonies of #DBAAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAF0

Black with #DBAAF0

Text Example


Text Example

White with #DBAAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAF0; }

 p { color: rgb(219,170,240); }

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

background-color css

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

 a { background-color: rgb(219,170,240); }

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

border-color css

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

 span { border-color: rgb(219,170,240); }

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