Html Css Color HEX #D9ADF7 Mauve

📋 copy color: '#D9ADF7'

red 217 ◦ green 173 ◦ blue 247

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

Shades of Mauve #D9ADF7

Tints of Mauve #D9ADF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.78%

R = 34.07%
G = 27.16%
B = 38.78%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D9ADF7 (or 0xD9ADF7) is known color: Mauve. HEX triplet: D9, AD and F7. RGB value is (217,173,247). Sum of RGB (Red+Green+Blue) = 217+173+247=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 247 - color contains mainly: blue. Hex color #D9ADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ADF7 is #265208. Grayscale: #C2C2C2. Windows color (decimal): -2511369 or 16231897. OLE color: 16231897.

HSL color Cylindrical-coordinate representation of color #D9ADF7: hue angle of 275.68º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9ADF7 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 217 173 247 -
CMYK 0.12 0.30 0 0.03
HSL 275.68º 0.82% 0.82% -
HSV(B) 275.68º 0.3% 0.97% -
XYZ 60.35 51.35 94.73 -
YUV 194.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 217 173 247 0.12 0.30 0 0.03 275.68 0.82 0.82
Hex D9 AD F7 C 1E 0 3 114 52 52
Octal 331 255 367 14 36 0 3 424 122 122
Binary 11011001 10101101 11110111 1100 11110 0 11 100010100 1010010 1010010

Color Harmonies of #D9ADF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADF7

Black with #D9ADF7

Text Example


Text Example

White with #D9ADF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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