Html Css Color HEX #DAAAF3 Mauve

📋 copy color: '#DAAAF3'

red 218 ◦ green 170 ◦ blue 243

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

Shades of Mauve #DAAAF3

Tints of Mauve #DAAAF3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.94%

 BLUE value IS 243 (95.31% from 255) = 38.51%

R = 34.55%
G = 26.94%
B = 38.51%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAAAF3 (or 0xDAAAF3) is known color: Mauve. HEX triplet: DA, AA and F3. RGB value is (218,170,243). Sum of RGB (Red+Green+Blue) = 218+170+243=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAAAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAF3 is #25550C. Grayscale: #C0C0C0. Windows color (decimal): -2446605 or 15968986. OLE color: 15968986.

HSL color Cylindrical-coordinate representation of color #DAAAF3: hue angle of 279.45º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAAAF3 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 170 243 -
CMYK 0.10 0.30 0 0.05
HSL 279.45º 0.75% 0.81% -
HSV(B) 279.45º 0.3% 0.95% -
XYZ 59.47 50.13 91.34 -
YUV 192.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 218 170 243 0.10 0.30 0 0.05 279.45 0.75 0.81
Hex DA AA F3 A 1E 0 5 117 4B 51
Octal 332 252 363 12 36 0 5 427 113 121
Binary 11011010 10101010 11110011 1010 11110 0 101 100010111 1001011 1010001

Color Harmonies of #DAAAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAF3

Black with #DAAAF3

Text Example


Text Example

White with #DAAAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAF3; }

 p { color: rgb(218,170,243); }

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

background-color css

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

 a { background-color: rgb(218,170,243); }

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

border-color css

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

 span { border-color: rgb(218,170,243); }

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