Html Css Color HEX #DBAFF9 Mauve

📋 copy color: '#DBAFF9'

red 219 ◦ green 175 ◦ blue 249

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

Shades of Mauve #DBAFF9

Tints of Mauve #DBAFF9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.22%

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

R = 34.06%
G = 27.22%
B = 38.72%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBAFF9 (or 0xDBAFF9) is known color: Mauve. HEX triplet: DB, AF and F9. RGB value is (219,175,249). Sum of RGB (Red+Green+Blue) = 219+175+249=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #DBAFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFF9 is #245006. Grayscale: #C4C4C4. Windows color (decimal): -2379783 or 16363483. OLE color: 16363483.

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

Color convert

RGB 219 175 249 -
CMYK 0.12 0.30 0 0.02
HSL 275.68º 0.86% 0.83% -
HSV(B) 275.68º 0.3% 0.98% -
XYZ 61.64 52.56 96.52 -
YUV 196.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 219 175 249 0.12 0.30 0 0.02 275.68 0.86 0.83
Hex DB AF F9 C 1E 0 2 114 56 53
Octal 333 257 371 14 36 0 2 424 126 123
Binary 11011011 10101111 11111001 1100 11110 0 10 100010100 1010110 1010011

Color Harmonies of #DBAFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFF9

Black with #DBAFF9

Text Example


Text Example

White with #DBAFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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