Html Css Color HEX #D4ACF7 Mauve

📋 copy color: '#D4ACF7'

red 212 ◦ green 172 ◦ blue 247

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

Shades of Mauve #D4ACF7

Tints of Mauve #D4ACF7

RGB

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

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

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

R = 33.6%
G = 27.26%
B = 39.14%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D4ACF7 (or 0xD4ACF7) is known color: Mauve. HEX triplet: D4, AC and F7. RGB value is (212,172,247). Sum of RGB (Red+Green+Blue) = 212+172+247=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #D4ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ACF7 is #2B5308. Grayscale: #C0C0C0. Windows color (decimal): -2839305 or 16231636. OLE color: 16231636.

HSL color Cylindrical-coordinate representation of color #D4ACF7: hue angle of 272º 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 #D4ACF7 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 172 247 -
CMYK 0.14 0.30 0 0.03
HSL 272º 0.82% 0.82% -
HSV(B) 272º 0.3% 0.97% -
XYZ 58.69 50.22 94.6 -
YUV 192.51 158.75 141.9 -
System Red Green Blue C M Y K H S L
Decimal 212 172 247 0.14 0.30 0 0.03 272 0.82 0.82
Hex D4 AC F7 E 1E 0 3 110 52 52
Octal 324 254 367 16 36 0 3 420 122 122
Binary 11010100 10101100 11110111 1110 11110 0 11 100010000 1010010 1010010

Color Harmonies of #D4ACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACF7

Black with #D4ACF7

Text Example


Text Example

White with #D4ACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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