Html Css Color HEX #DBB3EA Mauve

📋 copy color: '#DBB3EA'

red 219 ◦ green 179 ◦ blue 234

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

Shades of Mauve #DBB3EA

Tints of Mauve #DBB3EA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.32%

 BLUE value IS 234 (91.8% from 255) = 37.03%

R = 34.65%
G = 28.32%
B = 37.03%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBB3EA (or 0xDBB3EA) is known color: Mauve. HEX triplet: DB, B3 and EA. RGB value is (219,179,234). Sum of RGB (Red+Green+Blue) = 219+179+234=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 179 (70.31% from 255 or 28.32% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBB3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB3EA is #244C15. Grayscale: #C5C5C5. Windows color (decimal): -2378774 or 15381467. OLE color: 15381467.

HSL color Cylindrical-coordinate representation of color #DBB3EA: hue angle of 283.64º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBB3EA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 179 234 -
CMYK 0.06 0.24 0 0.08
HSL 283.64º 0.57% 0.81% -
HSV(B) 283.64º 0.24% 0.92% -
XYZ 60.18 53.24 84.95 -
YUV 197.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 219 179 234 0.06 0.24 0 0.08 283.64 0.57 0.81
Hex DB B3 EA 6 18 0 8 11C 39 51
Octal 333 263 352 6 30 0 10 434 71 121
Binary 11011011 10110011 11101010 110 11000 0 1000 100011100 111001 1010001

Color Harmonies of #DBB3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB3EA

Black with #DBB3EA

Text Example


Text Example

White with #DBB3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB3EA; }

 p { color: rgb(219,179,234); }

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

background-color css

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

 a { background-color: rgb(219,179,234); }

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

border-color css

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

 span { border-color: rgb(219,179,234); }

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