Html Css Color HEX #DBADF1 Mauve

📋 copy color: '#DBADF1'

red 219 ◦ green 173 ◦ blue 241

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

Shades of Mauve #DBADF1

Tints of Mauve #DBADF1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.33%

 BLUE value IS 241 (94.53% from 255) = 38.07%

R = 34.6%
G = 27.33%
B = 38.07%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBADF1 (or 0xDBADF1) is known color: Mauve. HEX triplet: DB, AD and F1. RGB value is (219,173,241). Sum of RGB (Red+Green+Blue) = 219+173+241=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADF1 is #24520E. Grayscale: #C2C2C2. Windows color (decimal): -2380303 or 15838683. OLE color: 15838683.

HSL color Cylindrical-coordinate representation of color #DBADF1: hue angle of 280.59º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBADF1 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 173 241 -
CMYK 0.09 0.28 0 0.05
HSL 280.59º 0.71% 0.81% -
HSV(B) 280.59º 0.28% 0.95% -
XYZ 60.03 51.3 89.96 -
YUV 194.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 219 173 241 0.09 0.28 0 0.05 280.59 0.71 0.81
Hex DB AD F1 9 1C 0 5 119 47 51
Octal 333 255 361 11 34 0 5 431 107 121
Binary 11011011 10101101 11110001 1001 11100 0 101 100011001 1000111 1010001

Color Harmonies of #DBADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADF1

Black with #DBADF1

Text Example


Text Example

White with #DBADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADF1; }

 p { color: rgb(219,173,241); }

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

background-color css

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

 a { background-color: rgb(219,173,241); }

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

border-color css

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

 span { border-color: rgb(219,173,241); }

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