Html Css Color HEX #DBAEEB Mauve

📋 copy color: '#DBAEEB'

red 219 ◦ green 174 ◦ blue 235

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

Shades of Mauve #DBAEEB

Tints of Mauve #DBAEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.42%

R = 34.87%
G = 27.71%
B = 37.42%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBAEEB (or 0xDBAEEB) is known color: Mauve. HEX triplet: DB, AE and EB. RGB value is (219,174,235). Sum of RGB (Red+Green+Blue) = 219+174+235=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEEB is #245114. Grayscale: #C2C2C2. Windows color (decimal): -2380053 or 15445723. OLE color: 15445723.

HSL color Cylindrical-coordinate representation of color #DBAEEB: hue angle of 284.26º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBAEEB is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 174 235 -
CMYK 0.07 0.26 0 0.08
HSL 284.26º 0.6% 0.8% -
HSV(B) 284.26º 0.26% 0.92% -
XYZ 59.34 51.33 85.38 -
YUV 194.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 219 174 235 0.07 0.26 0 0.08 284.26 0.6 0.8
Hex DB AE EB 7 1A 0 8 11C 3C 50
Octal 333 256 353 7 32 0 10 434 74 120
Binary 11011011 10101110 11101011 111 11010 0 1000 100011100 111100 1010000

Color Harmonies of #DBAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAEEB

Black with #DBAEEB

Text Example


Text Example

White with #DBAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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