Html Css Color HEX #DAACFE Mauve

📋 copy color: '#DAACFE'

red 218 ◦ green 172 ◦ blue 254

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

Shades of Mauve #DAACFE

Tints of Mauve #DAACFE

RGB

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

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

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

R = 33.85%
G = 26.71%
B = 39.44%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DAACFE (or 0xDAACFE) is known color: Mauve. HEX triplet: DA, AC and FE. RGB value is (218,172,254). Sum of RGB (Red+Green+Blue) = 218+172+254=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACFE is #255301. Grayscale: #C2C2C2. Windows color (decimal): -2446082 or 16690394. OLE color: 16690394.

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

Color convert

RGB 218 172 254 -
CMYK 0.14 0.32 0 0.00
HSL 273.66º 0.98% 0.84% -
HSV(B) 273.66º 0.32% 1% -
XYZ 61.56 51.57 100.47 -
YUV 195.1 161.24 144.33 -
System Red Green Blue C M Y K H S L
Decimal 218 172 254 0.14 0.32 0 0.00 273.66 0.98 0.84
Hex DA AC FE E 20 0 0 112 62 54
Octal 332 254 376 16 40 0 0 422 142 124
Binary 11011010 10101100 11111110 1110 100000 0 0 100010010 1100010 1010100

Color Harmonies of #DAACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACFE

Black with #DAACFE

Text Example


Text Example

White with #DAACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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