Html Css Color HEX #D3ADF1 Mauve

📋 copy color: '#D3ADF1'

red 211 ◦ green 173 ◦ blue 241

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

Shades of Mauve #D3ADF1

Tints of Mauve #D3ADF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.56%

R = 33.76%
G = 27.68%
B = 38.56%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D3ADF1 (or 0xD3ADF1) is known color: Mauve. HEX triplet: D3, AD and F1. RGB value is (211,173,241). Sum of RGB (Red+Green+Blue) = 211+173+241=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADF1 is #2C520E. Grayscale: #BFBFBF. Windows color (decimal): -2904591 or 15838675. OLE color: 15838675.

HSL color Cylindrical-coordinate representation of color #D3ADF1: hue angle of 273.53º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3ADF1 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 173 241 -
CMYK 0.12 0.28 0 0.05
HSL 273.53º 0.71% 0.81% -
HSV(B) 273.53º 0.28% 0.95% -
XYZ 57.68 50.09 89.85 -
YUV 192.11 155.59 141.47 -
System Red Green Blue C M Y K H S L
Decimal 211 173 241 0.12 0.28 0 0.05 273.53 0.71 0.81
Hex D3 AD F1 C 1C 0 5 112 47 51
Octal 323 255 361 14 34 0 5 422 107 121
Binary 11010011 10101101 11110001 1100 11100 0 101 100010010 1000111 1010001

Color Harmonies of #D3ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADF1

Black with #D3ADF1

Text Example


Text Example

White with #D3ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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