Html Css Color HEX #DBAFEA Mauve

📋 copy color: '#DBAFEA'

red 219 ◦ green 175 ◦ blue 234

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

Shades of Mauve #DBAFEA

Tints of Mauve #DBAFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.26%

R = 34.87%
G = 27.87%
B = 37.26%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DBAFEA (or 0xDBAFEA) is known color: Mauve. HEX triplet: DB, AF and EA. RGB value is (219,175,234). Sum of RGB (Red+Green+Blue) = 219+175+234=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBAFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFEA is #245015. Grayscale: #C2C2C2. Windows color (decimal): -2379798 or 15380443. OLE color: 15380443.

HSL color Cylindrical-coordinate representation of color #DBAFEA: hue angle of 284.75º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBAFEA is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 175 234 -
CMYK 0.06 0.25 0 0.08
HSL 284.75º 0.58% 0.8% -
HSV(B) 284.75º 0.25% 0.92% -
XYZ 59.39 51.66 84.68 -
YUV 194.88 150.08 145.2 -
System Red Green Blue C M Y K H S L
Decimal 219 175 234 0.06 0.25 0 0.08 284.75 0.58 0.8
Hex DB AF EA 6 19 0 8 11D 3A 50
Octal 333 257 352 6 31 0 10 435 72 120
Binary 11011011 10101111 11101010 110 11001 0 1000 100011101 111010 1010000

Color Harmonies of #DBAFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFEA

Black with #DBAFEA

Text Example


Text Example

White with #DBAFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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