Html Css Color HEX #DAAAF4 Mauve

📋 copy color: '#DAAAF4'

red 218 ◦ green 170 ◦ blue 244

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

Shades of Mauve #DAAAF4

Tints of Mauve #DAAAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.61%

R = 34.49%
G = 26.9%
B = 38.61%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DAAAF4 (or 0xDAAAF4) is known color: Mauve. HEX triplet: DA, AA and F4. RGB value is (218,170,244). Sum of RGB (Red+Green+Blue) = 218+170+244=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 244 (95.70% from 255 or 38.61% from 632); Max value from RGB is 244 - color contains mainly: blue. Hex color #DAAAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAF4 is #25550B. Grayscale: #C0C0C0. Windows color (decimal): -2446604 or 16034522. OLE color: 16034522.

HSL color Cylindrical-coordinate representation of color #DAAAF4: hue angle of 278.92º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAAAF4 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 170 244 -
CMYK 0.11 0.30 0 0.04
HSL 278.92º 0.77% 0.81% -
HSV(B) 278.92º 0.3% 0.96% -
XYZ 59.62 50.19 92.13 -
YUV 192.79 156.9 145.98 -
System Red Green Blue C M Y K H S L
Decimal 218 170 244 0.11 0.30 0 0.04 278.92 0.77 0.81
Hex DA AA F4 B 1E 0 4 117 4D 51
Octal 332 252 364 13 36 0 4 427 115 121
Binary 11011010 10101010 11110100 1011 11110 0 100 100010111 1001101 1010001

Color Harmonies of #DAAAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAF4

Black with #DAAAF4

Text Example


Text Example

White with #DAAAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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