Html Css Color HEX #DAA6FF Mauve

📋 copy color: '#DAA6FF'

red 218 ◦ green 166 ◦ blue 255

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

Shades of Mauve #DAA6FF

Tints of Mauve #DAA6FF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.98%

 BLUE value IS 255 (100% from 255) = 39.91%

R = 34.12%
G = 25.98%
B = 39.91%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAA6FF (or 0xDAA6FF) is known color: Mauve. HEX triplet: DA, A6 and FF. RGB value is (218,166,255). Sum of RGB (Red+Green+Blue) = 218+166+255=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 166 (65.23% from 255 or 25.98% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA6FF is #255900. Grayscale: #BFBFBF. Windows color (decimal): -2447617 or 16754394. OLE color: 16754394.

HSL color Cylindrical-coordinate representation of color #DAA6FF: hue angle of 275.06º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAA6FF is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 218 166 255 -
CMYK 0.15 0.35 0 0
HSL 275.06º 1% 0.83% -
HSV(B) 275.06º 0.35% 1% -
XYZ 60.6 49.4 100.95 -
YUV 191.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 218 166 255 0.15 0.35 0 0 275.06 1 0.83
Hex DA A6 FF F 23 0 0 113 64 53
Octal 332 246 377 17 43 0 0 423 144 123
Binary 11011010 10100110 11111111 1111 100011 0 0 100010011 1100100 1010011

Color Harmonies of #DAA6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA6FF

Black with #DAA6FF

Text Example


Text Example

White with #DAA6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA6FF; }

 p { color: rgb(218,166,255); }

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

background-color css

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

 a { background-color: rgb(218,166,255); }

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

border-color css

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

 span { border-color: rgb(218,166,255); }

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