Html Css Color HEX #DBAAFE Mauve

📋 copy color: '#DBAAFE'

red 219 ◦ green 170 ◦ blue 254

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

Shades of Mauve #DBAAFE

Tints of Mauve #DBAAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.5%

R = 34.06%
G = 26.44%
B = 39.5%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBAAFE (or 0xDBAAFE) is known color: Mauve. HEX triplet: DB, AA and FE. RGB value is (219,170,254). Sum of RGB (Red+Green+Blue) = 219+170+254=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAFE is #245501. Grayscale: #C1C1C1. Windows color (decimal): -2381058 or 16689883. OLE color: 16689883.

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

Color convert

RGB 219 170 254 -
CMYK 0.14 0.33 0 0.00
HSL 275º 0.98% 0.83% -
HSV(B) 275º 0.33% 1% -
XYZ 61.48 50.97 100.36 -
YUV 194.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 219 170 254 0.14 0.33 0 0.00 275 0.98 0.83
Hex DB AA FE E 21 0 0 113 62 53
Octal 333 252 376 16 41 0 0 423 142 123
Binary 11011011 10101010 11111110 1110 100001 0 0 100010011 1100010 1010011

Color Harmonies of #DBAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAFE

Black with #DBAAFE

Text Example


Text Example

White with #DBAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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