Html Css Color HEX #DBADF9 Mauve

📋 copy color: '#DBADF9'

red 219 ◦ green 173 ◦ blue 249

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

Shades of Mauve #DBADF9

Tints of Mauve #DBADF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.85%

R = 34.17%
G = 26.99%
B = 38.85%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBADF9 (or 0xDBADF9) is known color: Mauve. HEX triplet: DB, AD and F9. RGB value is (219,173,249). Sum of RGB (Red+Green+Blue) = 219+173+249=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADF9 is #245206. Grayscale: #C3C3C3. Windows color (decimal): -2380295 or 16362971. OLE color: 16362971.

HSL color Cylindrical-coordinate representation of color #DBADF9: hue angle of 276.32º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBADF9 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 173 249 -
CMYK 0.12 0.31 0 0.02
HSL 276.32º 0.86% 0.83% -
HSV(B) 276.32º 0.31% 0.98% -
XYZ 61.26 51.79 96.39 -
YUV 195.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 219 173 249 0.12 0.31 0 0.02 276.32 0.86 0.83
Hex DB AD F9 C 1F 0 2 114 56 53
Octal 333 255 371 14 37 0 2 424 126 123
Binary 11011011 10101101 11111001 1100 11111 0 10 100010100 1010110 1010011

Color Harmonies of #DBADF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADF9

Black with #DBADF9

Text Example


Text Example

White with #DBADF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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