Html Css Color HEX #DBAFFA Mauve

📋 copy color: '#DBAFFA'

red 219 ◦ green 175 ◦ blue 250

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

Shades of Mauve #DBAFFA

Tints of Mauve #DBAFFA

RGB

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

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

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

R = 34.01%
G = 27.17%
B = 38.82%

CMYK

 C value IS 0.12

 M value IS 0.3

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBAFFA (or 0xDBAFFA) is known color: Mauve. HEX triplet: DB, AF and FA. RGB value is (219,175,250). Sum of RGB (Red+Green+Blue) = 219+175+250=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBAFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFFA is #245005. Grayscale: #C4C4C4. Windows color (decimal): -2379782 or 16429019. OLE color: 16429019.

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

Color convert

RGB 219 175 250 -
CMYK 0.12 0.3 0 0.02
HSL 275.2º 0.88% 0.83% -
HSV(B) 275.2º 0.3% 0.98% -
XYZ 61.8 52.62 97.34 -
YUV 196.71 158.08 143.9 -
System Red Green Blue C M Y K H S L
Decimal 219 175 250 0.12 0.3 0 0.02 275.2 0.88 0.83
Hex DB AF FA C 1E 0 2 113 58 53
Octal 333 257 372 14 36 0 2 423 130 123
Binary 11011011 10101111 11111010 1100 11110 0 10 100010011 1011000 1010011

Color Harmonies of #DBAFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFFA

Black with #DBAFFA

Text Example


Text Example

White with #DBAFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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