Html Css Color HEX #DBAEE9 Mauve

📋 copy color: '#DBAEE9'

red 219 ◦ green 174 ◦ blue 233

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

Shades of Mauve #DBAEE9

Tints of Mauve #DBAEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.22%

R = 34.98%
G = 27.8%
B = 37.22%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBAEE9 (or 0xDBAEE9) is known color: Mauve. HEX triplet: DB, AE and E9. RGB value is (219,174,233). Sum of RGB (Red+Green+Blue) = 219+174+233=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBAEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEE9 is #245116. Grayscale: #C1C1C1. Windows color (decimal): -2380055 or 15314651. OLE color: 15314651.

HSL color Cylindrical-coordinate representation of color #DBAEE9: hue angle of 285.76º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBAEE9 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 174 233 -
CMYK 0.06 0.25 0 0.09
HSL 285.76º 0.57% 0.8% -
HSV(B) 285.76º 0.25% 0.91% -
XYZ 59.06 51.22 83.86 -
YUV 194.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 219 174 233 0.06 0.25 0 0.09 285.76 0.57 0.8
Hex DB AE E9 6 19 0 9 11E 39 50
Octal 333 256 351 6 31 0 11 436 71 120
Binary 11011011 10101110 11101001 110 11001 0 1001 100011110 111001 1010000

Color Harmonies of #DBAEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAEE9

Black with #DBAEE9

Text Example


Text Example

White with #DBAEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAEE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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