Html Css Color HEX #D4ACFF Mauve

📋 copy color: '#D4ACFF'

red 212 ◦ green 172 ◦ blue 255

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

Shades of Mauve #D4ACFF

Tints of Mauve #D4ACFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.91%

R = 33.18%
G = 26.92%
B = 39.91%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4ACFF (or 0xD4ACFF) is known color: Mauve. HEX triplet: D4, AC and FF. RGB value is (212,172,255). Sum of RGB (Red+Green+Blue) = 212+172+255=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ACFF is #2B5300. Grayscale: #C1C1C1. Windows color (decimal): -2839297 or 16755924. OLE color: 16755924.

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

Color convert

RGB 212 172 255 -
CMYK 0.17 0.33 0 0
HSL 268.92º 1% 0.84% -
HSV(B) 268.92º 0.33% 1% -
XYZ 59.95 50.72 101.24 -
YUV 193.42 162.75 141.25 -
System Red Green Blue C M Y K H S L
Decimal 212 172 255 0.17 0.33 0 0 268.92 1 0.84
Hex D4 AC FF 11 21 0 0 10D 64 54
Octal 324 254 377 21 41 0 0 415 144 124
Binary 11010100 10101100 11111111 10001 100001 0 0 100001101 1100100 1010100

Color Harmonies of #D4ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACFF

Black with #D4ACFF

Text Example


Text Example

White with #D4ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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