Html Css Color HEX #DAA3EE Mauve

📋 copy color: '#DAA3EE'

red 218 ◦ green 163 ◦ blue 238

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

Shades of Mauve #DAA3EE

Tints of Mauve #DAA3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.45%

R = 35.22%
G = 26.33%
B = 38.45%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAA3EE (or 0xDAA3EE) is known color: Mauve. HEX triplet: DA, A3 and EE. RGB value is (218,163,238). Sum of RGB (Red+Green+Blue) = 218+163+238=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA3EE is #255C11. Grayscale: #BBBBBB. Windows color (decimal): -2448402 or 15639514. OLE color: 15639514.

HSL color Cylindrical-coordinate representation of color #DAA3EE: hue angle of 284º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAA3EE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 163 238 -
CMYK 0.08 0.32 0 0.07
HSL 284º 0.69% 0.79% -
HSV(B) 284º 0.32% 0.93% -
XYZ 57.44 47.27 86.99 -
YUV 188 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 218 163 238 0.08 0.32 0 0.07 284 0.69 0.79
Hex DA A3 EE 8 20 0 7 11C 45 4F
Octal 332 243 356 10 40 0 7 434 105 117
Binary 11011010 10100011 11101110 1000 100000 0 111 100011100 1000101 1001111

Color Harmonies of #DAA3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA3EE

Black with #DAA3EE

Text Example


Text Example

White with #DAA3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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