Html Css Color HEX #DAA7F5 Mauve

📋 copy color: '#DAA7F5'

red 218 ◦ green 167 ◦ blue 245

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

Shades of Mauve #DAA7F5

Tints of Mauve #DAA7F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.89%

R = 34.6%
G = 26.51%
B = 38.89%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DAA7F5 (or 0xDAA7F5) is known color: Mauve. HEX triplet: DA, A7 and F5. RGB value is (218,167,245). Sum of RGB (Red+Green+Blue) = 218+167+245=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 167 (65.62% from 255 or 26.51% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAA7F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA7F5 is #25580A. Grayscale: #BEBEBE. Windows color (decimal): -2447371 or 16099290. OLE color: 16099290.

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

Color convert

RGB 218 167 245 -
CMYK 0.11 0.32 0 0.04
HSL 279.23º 0.8% 0.81% -
HSV(B) 279.23º 0.32% 0.96% -
XYZ 59.21 49.14 92.75 -
YUV 191.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 218 167 245 0.11 0.32 0 0.04 279.23 0.8 0.81
Hex DA A7 F5 B 20 0 4 117 50 51
Octal 332 247 365 13 40 0 4 427 120 121
Binary 11011010 10100111 11110101 1011 100000 0 100 100010111 1010000 1010001

Color Harmonies of #DAA7F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA7F5

Black with #DAA7F5

Text Example


Text Example

White with #DAA7F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA7F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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