Html Css Color HEX #DAA6FD Mauve

📋 copy color: '#DAA6FD'

red 218 ◦ green 166 ◦ blue 253

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

Shades of Mauve #DAA6FD

Tints of Mauve #DAA6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.72%

R = 34.22%
G = 26.06%
B = 39.72%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAA6FD (or 0xDAA6FD) is known color: Mauve. HEX triplet: DA, A6 and FD. RGB value is (218,166,253). Sum of RGB (Red+Green+Blue) = 218+166+253=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 166 (65.23% from 255 or 26.06% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAA6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA6FD is #255902. Grayscale: #BFBFBF. Windows color (decimal): -2447619 or 16623322. OLE color: 16623322.

HSL color Cylindrical-coordinate representation of color #DAA6FD: hue angle of 275.86º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAA6FD is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 166 253 -
CMYK 0.14 0.34 0 0.01
HSL 275.86º 0.96% 0.82% -
HSV(B) 275.86º 0.34% 0.99% -
XYZ 60.28 49.27 99.26 -
YUV 191.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 218 166 253 0.14 0.34 0 0.01 275.86 0.96 0.82
Hex DA A6 FD E 22 0 1 114 60 52
Octal 332 246 375 16 42 0 1 424 140 122
Binary 11011010 10100110 11111101 1110 100010 0 1 100010100 1100000 1010010

Color Harmonies of #DAA6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA6FD

Black with #DAA6FD

Text Example


Text Example

White with #DAA6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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