Html Css Color HEX #DBAEF9 Mauve

📋 copy color: '#DBAEF9'

red 219 ◦ green 174 ◦ blue 249

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

Shades of Mauve #DBAEF9

Tints of Mauve #DBAEF9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.1%

 BLUE value IS 249 (97.66% from 255) = 38.79%

R = 34.11%
G = 27.1%
B = 38.79%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBAEF9 (or 0xDBAEF9) is known color: Mauve. HEX triplet: DB, AE and F9. RGB value is (219,174,249). Sum of RGB (Red+Green+Blue) = 219+174+249=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBAEF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEF9 is #245106. Grayscale: #C3C3C3. Windows color (decimal): -2380039 or 16363227. OLE color: 16363227.

HSL color Cylindrical-coordinate representation of color #DBAEF9: hue angle of 276º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBAEF9 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 174 249 -
CMYK 0.12 0.30 0 0.02
HSL 276º 0.86% 0.83% -
HSV(B) 276º 0.3% 0.98% -
XYZ 61.45 52.17 96.45 -
YUV 196.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 219 174 249 0.12 0.30 0 0.02 276 0.86 0.83
Hex DB AE F9 C 1E 0 2 114 56 53
Octal 333 256 371 14 36 0 2 424 126 123
Binary 11011011 10101110 11111001 1100 11110 0 10 100010100 1010110 1010011

Color Harmonies of #DBAEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAEF9

Black with #DBAEF9

Text Example


Text Example

White with #DBAEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAEF9; }

 p { color: rgb(219,174,249); }

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

background-color css

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

 a { background-color: rgb(219,174,249); }

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

border-color css

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

 span { border-color: rgb(219,174,249); }

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