Html Css Color HEX #D3AEEC Mauve

📋 copy color: '#D3AEEC'

red 211 ◦ green 174 ◦ blue 236

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

Shades of Mauve #D3AEEC

Tints of Mauve #D3AEEC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.02%

 BLUE value IS 236 (92.58% from 255) = 38%

R = 33.98%
G = 28.02%
B = 38%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D3AEEC (or 0xD3AEEC) is known color: Mauve. HEX triplet: D3, AE and EC. RGB value is (211,174,236). Sum of RGB (Red+Green+Blue) = 211+174+236=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AEEC is #2C5113. Grayscale: #BFBFBF. Windows color (decimal): -2904340 or 15511251. OLE color: 15511251.

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

Color convert

RGB 211 174 236 -
CMYK 0.11 0.26 0 0.07
HSL 275.81º 0.62% 0.8% -
HSV(B) 275.81º 0.26% 0.93% -
XYZ 57.14 50.18 86.03 -
YUV 192.13 152.76 141.46 -
System Red Green Blue C M Y K H S L
Decimal 211 174 236 0.11 0.26 0 0.07 275.81 0.62 0.8
Hex D3 AE EC B 1A 0 7 114 3E 50
Octal 323 256 354 13 32 0 7 424 76 120
Binary 11010011 10101110 11101100 1011 11010 0 111 100010100 111110 1010000

Color Harmonies of #D3AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AEEC

Black with #D3AEEC

Text Example


Text Example

White with #D3AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AEEC; }

 p { color: rgb(211,174,236); }

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

background-color css

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

 a { background-color: rgb(211,174,236); }

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

border-color css

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

 span { border-color: rgb(211,174,236); }

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