Html Css Color HEX #DBADFF Mauve

📋 copy color: '#DBADFF'

red 219 ◦ green 173 ◦ blue 255

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

Shades of Mauve #DBADFF

Tints of Mauve #DBADFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.41%

R = 33.85%
G = 26.74%
B = 39.41%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBADFF (or 0xDBADFF) is known color: Mauve. HEX triplet: DB, AD and FF. RGB value is (219,173,255). Sum of RGB (Red+Green+Blue) = 219+173+255=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADFF is #245200. Grayscale: #C3C3C3. Windows color (decimal): -2380289 or 16756187. OLE color: 16756187.

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

Color convert

RGB 219 173 255 -
CMYK 0.14 0.32 0 0
HSL 273.66º 1% 0.84% -
HSV(B) 273.66º 0.32% 1% -
XYZ 62.21 52.17 101.4 -
YUV 196.1 161.24 144.33 -
System Red Green Blue C M Y K H S L
Decimal 219 173 255 0.14 0.32 0 0 273.66 1 0.84
Hex DB AD FF E 20 0 0 112 64 54
Octal 333 255 377 16 40 0 0 422 144 124
Binary 11011011 10101101 11111111 1110 100000 0 0 100010010 1100100 1010100

Color Harmonies of #DBADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADFF

Black with #DBADFF

Text Example


Text Example

White with #DBADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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