Html Css Color HEX #D4ACF6 Mauve

📋 copy color: '#D4ACF6'

red 212 ◦ green 172 ◦ blue 246

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

Shades of Mauve #D4ACF6

Tints of Mauve #D4ACF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 39.05%

R = 33.65%
G = 27.3%
B = 39.05%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D4ACF6 (or 0xD4ACF6) is known color: Mauve. HEX triplet: D4, AC and F6. RGB value is (212,172,246). Sum of RGB (Red+Green+Blue) = 212+172+246=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #D4ACF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ACF6 is #2B5309. Grayscale: #C0C0C0. Windows color (decimal): -2839306 or 16166100. OLE color: 16166100.

HSL color Cylindrical-coordinate representation of color #D4ACF6: hue angle of 272.43º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4ACF6 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 172 246 -
CMYK 0.14 0.30 0 0.04
HSL 272.43º 0.8% 0.82% -
HSV(B) 272.43º 0.3% 0.96% -
XYZ 58.54 50.16 93.78 -
YUV 192.4 158.25 141.98 -
System Red Green Blue C M Y K H S L
Decimal 212 172 246 0.14 0.30 0 0.04 272.43 0.8 0.82
Hex D4 AC F6 E 1E 0 4 110 50 52
Octal 324 254 366 16 36 0 4 420 120 122
Binary 11010100 10101100 11110110 1110 11110 0 100 100010000 1010000 1010010

Color Harmonies of #D4ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACF6

Black with #D4ACF6

Text Example


Text Example

White with #D4ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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