Html Css Color HEX #DAACF0 Mauve

📋 copy color: '#DAACF0'

red 218 ◦ green 172 ◦ blue 240

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

Shades of Mauve #DAACF0

Tints of Mauve #DAACF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.1%

R = 34.6%
G = 27.3%
B = 38.1%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAACF0 (or 0xDAACF0) is known color: Mauve. HEX triplet: DA, AC and F0. RGB value is (218,172,240). Sum of RGB (Red+Green+Blue) = 218+172+240=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACF0 is #25530F. Grayscale: #C1C1C1. Windows color (decimal): -2446096 or 15772890. OLE color: 15772890.

HSL color Cylindrical-coordinate representation of color #DAACF0: hue angle of 280.59º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAACF0 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 172 240 -
CMYK 0.09 0.28 0 0.06
HSL 280.59º 0.69% 0.81% -
HSV(B) 280.59º 0.28% 0.94% -
XYZ 59.39 50.7 89.09 -
YUV 193.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 218 172 240 0.09 0.28 0 0.06 280.59 0.69 0.81
Hex DA AC F0 9 1C 0 6 119 45 51
Octal 332 254 360 11 34 0 6 431 105 121
Binary 11011010 10101100 11110000 1001 11100 0 110 100011001 1000101 1010001

Color Harmonies of #DAACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACF0

Black with #DAACF0

Text Example


Text Example

White with #DAACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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