Html Css Color HEX #D9ADF1 Mauve

📋 copy color: '#D9ADF1'

red 217 ◦ green 173 ◦ blue 241

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

Shades of Mauve #D9ADF1

Tints of Mauve #D9ADF1

RGB

 RED value IS 217 (85.16% from 255) = 34.39%

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

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

R = 34.39%
G = 27.42%
B = 38.19%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9ADF1 (or 0xD9ADF1) is known color: Mauve. HEX triplet: D9, AD and F1. RGB value is (217,173,241). Sum of RGB (Red+Green+Blue) = 217+173+241=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ADF1 is #26520E. Grayscale: #C1C1C1. Windows color (decimal): -2511375 or 15838681. OLE color: 15838681.

HSL color Cylindrical-coordinate representation of color #D9ADF1: hue angle of 278.82º 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 #D9ADF1 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 173 241 -
CMYK 0.10 0.28 0 0.05
HSL 278.82º 0.71% 0.81% -
HSV(B) 278.82º 0.28% 0.95% -
XYZ 59.44 50.99 89.93 -
YUV 193.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 217 173 241 0.10 0.28 0 0.05 278.82 0.71 0.81
Hex D9 AD F1 A 1C 0 5 117 47 51
Octal 331 255 361 12 34 0 5 427 107 121
Binary 11011001 10101101 11110001 1010 11100 0 101 100010111 1000111 1010001

Color Harmonies of #D9ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADF1

Black with #D9ADF1

Text Example


Text Example

White with #D9ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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