Html Css Color HEX #D4ACFE Mauve

📋 copy color: '#D4ACFE'

red 212 ◦ green 172 ◦ blue 254

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

Shades of Mauve #D4ACFE

Tints of Mauve #D4ACFE

RGB

 RED value IS 212 (83.2% from 255) = 33.23%

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

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

R = 33.23%
G = 26.96%
B = 39.81%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D4ACFE (or 0xD4ACFE) is known color: Mauve. HEX triplet: D4, AC and FE. RGB value is (212,172,254). Sum of RGB (Red+Green+Blue) = 212+172+254=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ACFE is #2B5301. Grayscale: #C1C1C1. Windows color (decimal): -2839298 or 16690388. OLE color: 16690388.

HSL color Cylindrical-coordinate representation of color #D4ACFE: hue angle of 269.27º 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 #D4ACFE is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 172 254 -
CMYK 0.17 0.32 0 0.00
HSL 269.27º 0.98% 0.84% -
HSV(B) 269.27º 0.32% 1% -
XYZ 59.79 50.66 100.39 -
YUV 193.31 162.25 141.33 -
System Red Green Blue C M Y K H S L
Decimal 212 172 254 0.17 0.32 0 0.00 269.27 0.98 0.84
Hex D4 AC FE 11 20 0 0 10D 62 54
Octal 324 254 376 21 40 0 0 415 142 124
Binary 11010100 10101100 11111110 10001 100000 0 0 100001101 1100010 1010100

Color Harmonies of #D4ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACFE

Black with #D4ACFE

Text Example


Text Example

White with #D4ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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