Html Css Color HEX #DBADF2 Mauve

📋 copy color: '#DBADF2'

red 219 ◦ green 173 ◦ blue 242

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

Shades of Mauve #DBADF2

Tints of Mauve #DBADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.17%

R = 34.54%
G = 27.29%
B = 38.17%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBADF2 (or 0xDBADF2) is known color: Mauve. HEX triplet: DB, AD and F2. RGB value is (219,173,242). Sum of RGB (Red+Green+Blue) = 219+173+242=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADF2 is #24520D. Grayscale: #C2C2C2. Windows color (decimal): -2380302 or 15904219. OLE color: 15904219.

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

Color convert

RGB 219 173 242 -
CMYK 0.10 0.29 0 0.05
HSL 280º 0.73% 0.81% -
HSV(B) 280º 0.29% 0.95% -
XYZ 60.18 51.36 90.75 -
YUV 194.62 154.74 145.39 -
System Red Green Blue C M Y K H S L
Decimal 219 173 242 0.10 0.29 0 0.05 280 0.73 0.81
Hex DB AD F2 A 1D 0 5 118 49 51
Octal 333 255 362 12 35 0 5 430 111 121
Binary 11011011 10101101 11110010 1010 11101 0 101 100011000 1001001 1010001

Color Harmonies of #DBADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADF2

Black with #DBADF2

Text Example


Text Example

White with #DBADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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