Html Css Color HEX #DBABEC Mauve

📋 copy color: '#DBABEC'

red 219 ◦ green 171 ◦ blue 236

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

Shades of Mauve #DBABEC

Tints of Mauve #DBABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.7%

R = 34.98%
G = 27.32%
B = 37.7%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBABEC (or 0xDBABEC) is known color: Mauve. HEX triplet: DB, AB and EC. RGB value is (219,171,236). Sum of RGB (Red+Green+Blue) = 219+171+236=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABEC is #245413. Grayscale: #C0C0C0. Windows color (decimal): -2380820 or 15510491. OLE color: 15510491.

HSL color Cylindrical-coordinate representation of color #DBABEC: hue angle of 284.31º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBABEC is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 171 236 -
CMYK 0.07 0.28 0 0.07
HSL 284.31º 0.63% 0.8% -
HSV(B) 284.31º 0.28% 0.93% -
XYZ 58.92 50.24 85.95 -
YUV 192.76 152.4 146.71 -
System Red Green Blue C M Y K H S L
Decimal 219 171 236 0.07 0.28 0 0.07 284.31 0.63 0.8
Hex DB AB EC 7 1C 0 7 11C 3F 50
Octal 333 253 354 7 34 0 7 434 77 120
Binary 11011011 10101011 11101100 111 11100 0 111 100011100 111111 1010000

Color Harmonies of #DBABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABEC

Black with #DBABEC

Text Example


Text Example

White with #DBABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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