Html Css Color HEX #DAACF7 Mauve

📋 copy color: '#DAACF7'

red 218 ◦ green 172 ◦ blue 247

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

Shades of Mauve #DAACF7

Tints of Mauve #DAACF7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27%

 BLUE value IS 247 (96.88% from 255) = 38.78%

R = 34.22%
G = 27%
B = 38.78%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DAACF7 (or 0xDAACF7) is known color: Mauve. HEX triplet: DA, AC and F7. RGB value is (218,172,247). Sum of RGB (Red+Green+Blue) = 218+172+247=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACF7 is #255308. Grayscale: #C2C2C2. Windows color (decimal): -2446089 or 16231642. OLE color: 16231642.

HSL color Cylindrical-coordinate representation of color #DAACF7: hue angle of 276.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAACF7 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 172 247 -
CMYK 0.12 0.30 0 0.03
HSL 276.8º 0.82% 0.82% -
HSV(B) 276.8º 0.3% 0.97% -
XYZ 60.45 51.13 94.68 -
YUV 194.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 218 172 247 0.12 0.30 0 0.03 276.8 0.82 0.82
Hex DA AC F7 C 1E 0 3 115 52 52
Octal 332 254 367 14 36 0 3 425 122 122
Binary 11011010 10101100 11110111 1100 11110 0 11 100010101 1010010 1010010

Color Harmonies of #DAACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACF7

Black with #DAACF7

Text Example


Text Example

White with #DAACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACF7; }

 p { color: rgb(218,172,247); }

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

background-color css

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

 a { background-color: rgb(218,172,247); }

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

border-color css

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

 span { border-color: rgb(218,172,247); }

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