Html Css Color HEX #DBABEB Mauve

📋 copy color: '#DBABEB'

red 219 ◦ green 171 ◦ blue 235

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

Shades of Mauve #DBABEB

Tints of Mauve #DBABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.36%

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

R = 35.04%
G = 27.36%
B = 37.6%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBABEB (or 0xDBABEB) is known color: Mauve. HEX triplet: DB, AB and EB. RGB value is (219,171,235). Sum of RGB (Red+Green+Blue) = 219+171+235=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABEB is #245414. Grayscale: #C0C0C0. Windows color (decimal): -2380821 or 15444955. OLE color: 15444955.

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

Color convert

RGB 219 171 235 -
CMYK 0.07 0.27 0 0.08
HSL 285º 0.62% 0.8% -
HSV(B) 285º 0.27% 0.92% -
XYZ 58.77 50.18 85.19 -
YUV 192.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 219 171 235 0.07 0.27 0 0.08 285 0.62 0.8
Hex DB AB EB 7 1B 0 8 11D 3E 50
Octal 333 253 353 7 33 0 10 435 76 120
Binary 11011011 10101011 11101011 111 11011 0 1000 100011101 111110 1010000

Color Harmonies of #DBABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABEB

Black with #DBABEB

Text Example


Text Example

White with #DBABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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