Html Css Color HEX #D4ACED Mauve

📋 copy color: '#D4ACED'

red 212 ◦ green 172 ◦ blue 237

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

Shades of Mauve #D4ACED

Tints of Mauve #D4ACED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 34.14%
G = 27.7%
B = 38.16%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4ACED (or 0xD4ACED) is known color: Mauve. HEX triplet: D4, AC and ED. RGB value is (212,172,237). Sum of RGB (Red+Green+Blue) = 212+172+237=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4ACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ACED is #2B5312. Grayscale: #BFBFBF. Windows color (decimal): -2839315 or 15576276. OLE color: 15576276.

HSL color Cylindrical-coordinate representation of color #D4ACED: hue angle of 276.92º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4ACED is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 172 237 -
CMYK 0.11 0.27 0 0.07
HSL 276.92º 0.64% 0.8% -
HSV(B) 276.92º 0.27% 0.93% -
XYZ 57.19 49.62 86.68 -
YUV 191.37 153.75 142.71 -
System Red Green Blue C M Y K H S L
Decimal 212 172 237 0.11 0.27 0 0.07 276.92 0.64 0.8
Hex D4 AC ED B 1B 0 7 115 40 50
Octal 324 254 355 13 33 0 7 425 100 120
Binary 11010100 10101100 11101101 1011 11011 0 111 100010101 1000000 1010000

Color Harmonies of #D4ACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACED

Black with #D4ACED

Text Example


Text Example

White with #D4ACED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACED; }

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

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

background-color css

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

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

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

border-color css

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

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

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