Html Css Color HEX #DAACF8 Mauve

📋 copy color: '#DAACF8'

red 218 ◦ green 172 ◦ blue 248

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

Shades of Mauve #DAACF8

Tints of Mauve #DAACF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 38.87%

R = 34.17%
G = 26.96%
B = 38.87%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DAACF8 (or 0xDAACF8) is known color: Mauve. HEX triplet: DA, AC and F8. RGB value is (218,172,248). Sum of RGB (Red+Green+Blue) = 218+172+248=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 248 (97.27% from 255 or 38.87% from 638); Max value from RGB is 248 - color contains mainly: blue. Hex color #DAACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACF8 is #255307. Grayscale: #C2C2C2. Windows color (decimal): -2446088 or 16297178. OLE color: 16297178.

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

Color convert

RGB 218 172 248 -
CMYK 0.12 0.31 0 0.03
HSL 276.32º 0.84% 0.82% -
HSV(B) 276.32º 0.31% 0.97% -
XYZ 60.61 51.19 95.49 -
YUV 194.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 218 172 248 0.12 0.31 0 0.03 276.32 0.84 0.82
Hex DA AC F8 C 1F 0 3 114 54 52
Octal 332 254 370 14 37 0 3 424 124 122
Binary 11011010 10101100 11111000 1100 11111 0 11 100010100 1010100 1010010

Color Harmonies of #DAACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACF8

Black with #DAACF8

Text Example


Text Example

White with #DAACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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