Html Css Color HEX #DBAEF1 Mauve

📋 copy color: '#DBAEF1'

red 219 ◦ green 174 ◦ blue 241

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

Shades of Mauve #DBAEF1

Tints of Mauve #DBAEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.01%

R = 34.54%
G = 27.44%
B = 38.01%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBAEF1 (or 0xDBAEF1) is known color: Mauve. HEX triplet: DB, AE and F1. RGB value is (219,174,241). Sum of RGB (Red+Green+Blue) = 219+174+241=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBAEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEF1 is #24510E. Grayscale: #C2C2C2. Windows color (decimal): -2380047 or 15838939. OLE color: 15838939.

HSL color Cylindrical-coordinate representation of color #DBAEF1: hue angle of 280.3º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBAEF1 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 174 241 -
CMYK 0.09 0.28 0 0.05
HSL 280.3º 0.71% 0.81% -
HSV(B) 280.3º 0.28% 0.95% -
XYZ 60.23 51.68 90.02 -
YUV 195.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 219 174 241 0.09 0.28 0 0.05 280.3 0.71 0.81
Hex DB AE F1 9 1C 0 5 118 47 51
Octal 333 256 361 11 34 0 5 430 107 121
Binary 11011011 10101110 11110001 1001 11100 0 101 100011000 1000111 1010001

Color Harmonies of #DBAEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAEF1

Black with #DBAEF1

Text Example


Text Example

White with #DBAEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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