Html Css Color HEX #DBAEF7 Mauve

📋 copy color: '#DBAEF7'

red 219 ◦ green 174 ◦ blue 247

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

Shades of Mauve #DBAEF7

Tints of Mauve #DBAEF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.59%

R = 34.22%
G = 27.19%
B = 38.59%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DBAEF7 (or 0xDBAEF7) is known color: Mauve. HEX triplet: DB, AE and F7. RGB value is (219,174,247). Sum of RGB (Red+Green+Blue) = 219+174+247=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBAEF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEF7 is #245108. Grayscale: #C3C3C3. Windows color (decimal): -2380041 or 16232155. OLE color: 16232155.

HSL color Cylindrical-coordinate representation of color #DBAEF7: hue angle of 276.99º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBAEF7 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 174 247 -
CMYK 0.11 0.30 0 0.03
HSL 276.99º 0.82% 0.83% -
HSV(B) 276.99º 0.3% 0.97% -
XYZ 61.14 52.05 94.82 -
YUV 195.78 156.91 144.56 -
System Red Green Blue C M Y K H S L
Decimal 219 174 247 0.11 0.30 0 0.03 276.99 0.82 0.83
Hex DB AE F7 B 1E 0 3 115 52 53
Octal 333 256 367 13 36 0 3 425 122 123
Binary 11011011 10101110 11110111 1011 11110 0 11 100010101 1010010 1010011

Color Harmonies of #DBAEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAEF7

Black with #DBAEF7

Text Example


Text Example

White with #DBAEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAEF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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