Html Css Color HEX #DBAAFD Mauve

📋 copy color: '#DBAAFD'

red 219 ◦ green 170 ◦ blue 253

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

Shades of Mauve #DBAAFD

Tints of Mauve #DBAAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.41%

R = 34.11%
G = 26.48%
B = 39.41%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DBAAFD (or 0xDBAAFD) is known color: Mauve. HEX triplet: DB, AA and FD. RGB value is (219,170,253). Sum of RGB (Red+Green+Blue) = 219+170+253=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAFD is #245502. Grayscale: #C1C1C1. Windows color (decimal): -2381059 or 16624347. OLE color: 16624347.

HSL color Cylindrical-coordinate representation of color #DBAAFD: hue angle of 275.42º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBAAFD is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 170 253 -
CMYK 0.13 0.33 0 0.01
HSL 275.42º 0.95% 0.83% -
HSV(B) 275.42º 0.33% 0.99% -
XYZ 61.32 50.9 99.52 -
YUV 194.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 219 170 253 0.13 0.33 0 0.01 275.42 0.95 0.83
Hex DB AA FD D 21 0 1 113 5F 53
Octal 333 252 375 15 41 0 1 423 137 123
Binary 11011011 10101010 11111101 1101 100001 0 1 100010011 1011111 1010011

Color Harmonies of #DBAAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAFD

Black with #DBAAFD

Text Example


Text Example

White with #DBAAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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