Html Css Color HEX #DBABFE Mauve

📋 copy color: '#DBABFE'

red 219 ◦ green 171 ◦ blue 254

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

Shades of Mauve #DBABFE

Tints of Mauve #DBABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.44%

R = 34.01%
G = 26.55%
B = 39.44%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DBABFE (or 0xDBABFE) is known color: Mauve. HEX triplet: DB, AB and FE. RGB value is (219,171,254). Sum of RGB (Red+Green+Blue) = 219+171+254=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABFE is #245401. Grayscale: #C2C2C2. Windows color (decimal): -2380802 or 16690139. OLE color: 16690139.

HSL color Cylindrical-coordinate representation of color #DBABFE: hue angle of 274.7º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBABFE is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 171 254 -
CMYK 0.14 0.33 0 0.00
HSL 274.7º 0.98% 0.83% -
HSV(B) 274.7º 0.33% 1% -
XYZ 61.67 51.34 100.43 -
YUV 194.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 219 171 254 0.14 0.33 0 0.00 274.7 0.98 0.83
Hex DB AB FE E 21 0 0 113 62 53
Octal 333 253 376 16 41 0 0 423 142 123
Binary 11011011 10101011 11111110 1110 100001 0 0 100010011 1100010 1010011

Color Harmonies of #DBABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABFE

Black with #DBABFE

Text Example


Text Example

White with #DBABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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