Html Css Color HEX #D9ADF2 Mauve

📋 copy color: '#D9ADF2'

red 217 ◦ green 173 ◦ blue 242

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

Shades of Mauve #D9ADF2

Tints of Mauve #D9ADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.29%

R = 34.34%
G = 27.37%
B = 38.29%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9ADF2 (or 0xD9ADF2) is known color: Mauve. HEX triplet: D9, AD and F2. RGB value is (217,173,242). Sum of RGB (Red+Green+Blue) = 217+173+242=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #D9ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ADF2 is #26520D. Grayscale: #C1C1C1. Windows color (decimal): -2511374 or 15904217. OLE color: 15904217.

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

Color convert

RGB 217 173 242 -
CMYK 0.10 0.29 0 0.05
HSL 278.26º 0.73% 0.81% -
HSV(B) 278.26º 0.29% 0.95% -
XYZ 59.59 51.05 90.72 -
YUV 194.02 155.08 144.39 -
System Red Green Blue C M Y K H S L
Decimal 217 173 242 0.10 0.29 0 0.05 278.26 0.73 0.81
Hex D9 AD F2 A 1D 0 5 116 49 51
Octal 331 255 362 12 35 0 5 426 111 121
Binary 11011001 10101101 11110010 1010 11101 0 101 100010110 1001001 1010001

Color Harmonies of #D9ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADF2

Black with #D9ADF2

Text Example


Text Example

White with #D9ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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