Html Css Color HEX #D4ACF8 Mauve

📋 copy color: '#D4ACF8'

red 212 ◦ green 172 ◦ blue 248

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

Shades of Mauve #D4ACF8

Tints of Mauve #D4ACF8

RGB

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

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

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

R = 33.54%
G = 27.22%
B = 39.24%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D4ACF8 (or 0xD4ACF8) is known color: Mauve. HEX triplet: D4, AC and F8. RGB value is (212,172,248). Sum of RGB (Red+Green+Blue) = 212+172+248=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 248 - color contains mainly: blue. Hex color #D4ACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ACF8 is #2B5307. Grayscale: #C0C0C0. Windows color (decimal): -2839304 or 16297172. OLE color: 16297172.

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

Color convert

RGB 212 172 248 -
CMYK 0.15 0.31 0 0.03
HSL 271.58º 0.84% 0.82% -
HSV(B) 271.58º 0.31% 0.97% -
XYZ 58.85 50.28 95.41 -
YUV 192.62 159.25 141.82 -
System Red Green Blue C M Y K H S L
Decimal 212 172 248 0.15 0.31 0 0.03 271.58 0.84 0.82
Hex D4 AC F8 F 1F 0 3 110 54 52
Octal 324 254 370 17 37 0 3 420 124 122
Binary 11010100 10101100 11111000 1111 11111 0 11 100010000 1010100 1010010

Color Harmonies of #D4ACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACF8

Black with #D4ACF8

Text Example


Text Example

White with #D4ACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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