Html Css Color HEX #DBADF4 Mauve

📋 copy color: '#DBADF4'

red 219 ◦ green 173 ◦ blue 244

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

Shades of Mauve #DBADF4

Tints of Mauve #DBADF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.36%

R = 34.43%
G = 27.2%
B = 38.36%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DBADF4 (or 0xDBADF4) is known color: Mauve. HEX triplet: DB, AD and F4. RGB value is (219,173,244). Sum of RGB (Red+Green+Blue) = 219+173+244=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 244 (95.70% from 255 or 38.36% from 636); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBADF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADF4 is #24520B. Grayscale: #C2C2C2. Windows color (decimal): -2380300 or 16035291. OLE color: 16035291.

HSL color Cylindrical-coordinate representation of color #DBADF4: hue angle of 278.87º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBADF4 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 173 244 -
CMYK 0.10 0.29 0 0.04
HSL 278.87º 0.76% 0.82% -
HSV(B) 278.87º 0.29% 0.96% -
XYZ 60.49 51.48 92.34 -
YUV 194.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 219 173 244 0.10 0.29 0 0.04 278.87 0.76 0.82
Hex DB AD F4 A 1D 0 4 117 4C 52
Octal 333 255 364 12 35 0 4 427 114 122
Binary 11011011 10101101 11110100 1010 11101 0 100 100010111 1001100 1010010

Color Harmonies of #DBADF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADF4

Black with #DBADF4

Text Example


Text Example

White with #DBADF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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