Html Css Color HEX #DAA3EF Mauve

📋 copy color: '#DAA3EF'

red 218 ◦ green 163 ◦ blue 239

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

Shades of Mauve #DAA3EF

Tints of Mauve #DAA3EF

RGB

 RED value IS 218 (85.55% from 255) = 35.16%

 GREEN value IS 163 (64.06% from 255) = 26.29%

 BLUE value IS 239 (93.75% from 255) = 38.55%

R = 35.16%
G = 26.29%
B = 38.55%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAA3EF (or 0xDAA3EF) is known color: Mauve. HEX triplet: DA, A3 and EF. RGB value is (218,163,239). Sum of RGB (Red+Green+Blue) = 218+163+239=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 163 (64.06% from 255 or 26.29% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAA3EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA3EF is #255C10. Grayscale: #BBBBBB. Windows color (decimal): -2448401 or 15705050. OLE color: 15705050.

HSL color Cylindrical-coordinate representation of color #DAA3EF: hue angle of 283.42º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAA3EF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 163 239 -
CMYK 0.09 0.32 0 0.06
HSL 283.42º 0.7% 0.79% -
HSV(B) 283.42º 0.32% 0.94% -
XYZ 57.59 47.33 87.76 -
YUV 188.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 218 163 239 0.09 0.32 0 0.06 283.42 0.7 0.79
Hex DA A3 EF 9 20 0 6 11B 46 4F
Octal 332 243 357 11 40 0 6 433 106 117
Binary 11011010 10100011 11101111 1001 100000 0 110 100011011 1000110 1001111

Color Harmonies of #DAA3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA3EF

Black with #DAA3EF

Text Example


Text Example

White with #DAA3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA3EF; }

 p { color: rgb(218,163,239); }

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

background-color css

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

 a { background-color: rgb(218,163,239); }

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

border-color css

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

 span { border-color: rgb(218,163,239); }

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