Html Css Color HEX #D3ADEC Mauve

📋 copy color: '#D3ADEC'

red 211 ◦ green 173 ◦ blue 236

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

Shades of Mauve #D3ADEC

Tints of Mauve #D3ADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.9%

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

R = 34.03%
G = 27.9%
B = 38.06%

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

#D3ADEC (or 0xD3ADEC) is known color: Mauve. HEX triplet: D3, AD and EC. RGB value is (211,173,236). Sum of RGB (Red+Green+Blue) = 211+173+236=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADEC is #2C5213. Grayscale: #BFBFBF. Windows color (decimal): -2904596 or 15510995. OLE color: 15510995.

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

Color convert

RGB 211 173 236 -
CMYK 0.11 0.27 0 0.07
HSL 276.19º 0.62% 0.8% -
HSV(B) 276.19º 0.27% 0.93% -
XYZ 56.95 49.79 85.97 -
YUV 191.54 153.09 141.88 -
System Red Green Blue C M Y K H S L
Decimal 211 173 236 0.11 0.27 0 0.07 276.19 0.62 0.8
Hex D3 AD EC B 1B 0 7 114 3E 50
Octal 323 255 354 13 33 0 7 424 76 120
Binary 11010011 10101101 11101100 1011 11011 0 111 100010100 111110 1010000

Color Harmonies of #D3ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADEC

Black with #D3ADEC

Text Example


Text Example

White with #D3ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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