Html Css Color HEX #D1A9EF Mauve

📋 copy color: '#D1A9EF'

red 209 ◦ green 169 ◦ blue 239

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

Shades of Mauve #D1A9EF

Tints of Mauve #D1A9EF

RGB

 RED value IS 209 (82.03% from 255) = 33.87%

 GREEN value IS 169 (66.41% from 255) = 27.39%

 BLUE value IS 239 (93.75% from 255) = 38.74%

R = 33.87%
G = 27.39%
B = 38.74%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D1A9EF (or 0xD1A9EF) is known color: Mauve. HEX triplet: D1, A9 and EF. RGB value is (209,169,239). Sum of RGB (Red+Green+Blue) = 209+169+239=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1A9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A9EF is #2E5610. Grayscale: #BCBCBC. Windows color (decimal): -3036689 or 15706577. OLE color: 15706577.

HSL color Cylindrical-coordinate representation of color #D1A9EF: hue angle of 274.29º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1A9EF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 169 239 -
CMYK 0.13 0.29 0 0.06
HSL 274.29º 0.69% 0.8% -
HSV(B) 274.29º 0.29% 0.94% -
XYZ 56.06 48.16 88 -
YUV 188.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 209 169 239 0.13 0.29 0 0.06 274.29 0.69 0.8
Hex D1 A9 EF D 1D 0 6 112 45 50
Octal 321 251 357 15 35 0 6 422 105 120
Binary 11010001 10101001 11101111 1101 11101 0 110 100010010 1000101 1010000

Color Harmonies of #D1A9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A9EF

Black with #D1A9EF

Text Example


Text Example

White with #D1A9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A9EF; }

 p { color: rgb(209,169,239); }

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

background-color css

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

 a { background-color: rgb(209,169,239); }

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

border-color css

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

 span { border-color: rgb(209,169,239); }

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