Html Css Color HEX #D3ACED Mauve

📋 copy color: '#D3ACED'

red 211 ◦ green 172 ◦ blue 237

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

Shades of Mauve #D3ACED

Tints of Mauve #D3ACED

RGB

 RED value IS 211 (82.81% from 255) = 34.03%

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

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

R = 34.03%
G = 27.74%
B = 38.23%

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

#D3ACED (or 0xD3ACED) is known color: Mauve. HEX triplet: D3, AC and ED. RGB value is (211,172,237). Sum of RGB (Red+Green+Blue) = 211+172+237=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3ACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ACED is #2C5312. Grayscale: #BEBEBE. Windows color (decimal): -2904851 or 15576275. OLE color: 15576275.

HSL color Cylindrical-coordinate representation of color #D3ACED: hue angle of 276º 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 #D3ACED is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 172 237 -
CMYK 0.11 0.27 0 0.07
HSL 276º 0.64% 0.8% -
HSV(B) 276º 0.27% 0.93% -
XYZ 56.9 49.47 86.67 -
YUV 191.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 211 172 237 0.11 0.27 0 0.07 276 0.64 0.8
Hex D3 AC ED B 1B 0 7 114 40 50
Octal 323 254 355 13 33 0 7 424 100 120
Binary 11010011 10101100 11101101 1011 11011 0 111 100010100 1000000 1010000

Color Harmonies of #D3ACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ACED

Black with #D3ACED

Text Example


Text Example

White with #D3ACED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ACED; }

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

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

background-color css

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

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

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

border-color css

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

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

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