Html Css Color HEX #DBAFE9 Mauve

📋 copy color: '#DBAFE9'

red 219 ◦ green 175 ◦ blue 233

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

Shades of Mauve #DBAFE9

Tints of Mauve #DBAFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.16%

R = 34.93%
G = 27.91%
B = 37.16%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBAFE9 (or 0xDBAFE9) is known color: Mauve. HEX triplet: DB, AF and E9. RGB value is (219,175,233). Sum of RGB (Red+Green+Blue) = 219+175+233=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBAFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFE9 is #245016. Grayscale: #C2C2C2. Windows color (decimal): -2379799 or 15314907. OLE color: 15314907.

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

Color convert

RGB 219 175 233 -
CMYK 0.06 0.25 0 0.09
HSL 285.52º 0.57% 0.8% -
HSV(B) 285.52º 0.25% 0.91% -
XYZ 59.25 51.6 83.93 -
YUV 194.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 219 175 233 0.06 0.25 0 0.09 285.52 0.57 0.8
Hex DB AF E9 6 19 0 9 11E 39 50
Octal 333 257 351 6 31 0 11 436 71 120
Binary 11011011 10101111 11101001 110 11001 0 1001 100011110 111001 1010000

Color Harmonies of #DBAFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFE9

Black with #DBAFE9

Text Example


Text Example

White with #DBAFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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