Html Css Color HEX #DAA7FE Mauve

📋 copy color: '#DAA7FE'

red 218 ◦ green 167 ◦ blue 254

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

Shades of Mauve #DAA7FE

Tints of Mauve #DAA7FE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.13%

 BLUE value IS 254 (99.61% from 255) = 39.75%

R = 34.12%
G = 26.13%
B = 39.75%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DAA7FE (or 0xDAA7FE) is known color: Mauve. HEX triplet: DA, A7 and FE. RGB value is (218,167,254). Sum of RGB (Red+Green+Blue) = 218+167+254=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 167 (65.62% from 255 or 26.13% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA7FE is #255801. Grayscale: #BFBFBF. Windows color (decimal): -2447362 or 16689114. OLE color: 16689114.

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

Color convert

RGB 218 167 254 -
CMYK 0.14 0.34 0 0.00
HSL 275.17º 0.98% 0.83% -
HSV(B) 275.17º 0.34% 1% -
XYZ 60.62 49.7 100.16 -
YUV 192.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 218 167 254 0.14 0.34 0 0.00 275.17 0.98 0.83
Hex DA A7 FE E 22 0 0 113 62 53
Octal 332 247 376 16 42 0 0 423 142 123
Binary 11011010 10100111 11111110 1110 100010 0 0 100010011 1100010 1010011

Color Harmonies of #DAA7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA7FE

Black with #DAA7FE

Text Example


Text Example

White with #DAA7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA7FE; }

 p { color: rgb(218,167,254); }

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

background-color css

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

 a { background-color: rgb(218,167,254); }

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

border-color css

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

 span { border-color: rgb(218,167,254); }

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