Html Css Color HEX #DBADFA Mauve

📋 copy color: '#DBADFA'

red 219 ◦ green 173 ◦ blue 250

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

Shades of Mauve #DBADFA

Tints of Mauve #DBADFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.94%

R = 34.11%
G = 26.95%
B = 38.94%

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

#DBADFA (or 0xDBADFA) is known color: Mauve. HEX triplet: DB, AD and FA. RGB value is (219,173,250). Sum of RGB (Red+Green+Blue) = 219+173+250=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADFA is #245205. Grayscale: #C3C3C3. Windows color (decimal): -2380294 or 16428507. OLE color: 16428507.

HSL color Cylindrical-coordinate representation of color #DBADFA: hue angle of 275.84º degrees, saturation: 0.89, 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 #DBADFA is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 173 250 -
CMYK 0.12 0.31 0 0.02
HSL 275.84º 0.89% 0.83% -
HSV(B) 275.84º 0.31% 0.98% -
XYZ 61.41 51.85 97.21 -
YUV 195.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 219 173 250 0.12 0.31 0 0.02 275.84 0.89 0.83
Hex DB AD FA C 1F 0 2 114 59 53
Octal 333 255 372 14 37 0 2 424 131 123
Binary 11011011 10101101 11111010 1100 11111 0 10 100010100 1011001 1010011

Color Harmonies of #DBADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADFA

Black with #DBADFA

Text Example


Text Example

White with #DBADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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