Html Css Color HEX #D3ADED Mauve

📋 copy color: '#D3ADED'

red 211 ◦ green 173 ◦ blue 237

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

Shades of Mauve #D3ADED

Tints of Mauve #D3ADED

RGB

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

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

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

R = 33.98%
G = 27.86%
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

#D3ADED (or 0xD3ADED) is known color: Mauve. HEX triplet: D3, AD and ED. RGB value is (211,173,237). Sum of RGB (Red+Green+Blue) = 211+173+237=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 173 (67.97% from 255 or 27.86% 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 #D3ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADED is #2C5212. Grayscale: #BFBFBF. Windows color (decimal): -2904595 or 15576531. OLE color: 15576531.

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

Color convert

RGB 211 173 237 -
CMYK 0.11 0.27 0 0.07
HSL 275.63º 0.64% 0.8% -
HSV(B) 275.63º 0.27% 0.93% -
XYZ 57.09 49.85 86.73 -
YUV 191.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 211 173 237 0.11 0.27 0 0.07 275.63 0.64 0.8
Hex D3 AD ED B 1B 0 7 114 40 50
Octal 323 255 355 13 33 0 7 424 100 120
Binary 11010011 10101101 11101101 1011 11011 0 111 100010100 1000000 1010000

Color Harmonies of #D3ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADED

Black with #D3ADED

Text Example


Text Example

White with #D3ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADED; }

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

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

background-color css

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

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

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

border-color css

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

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

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