Html Css Color HEX #D1A8EF Mauve

📋 copy color: '#D1A8EF'

red 209 ◦ green 168 ◦ blue 239

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

Shades of Mauve #D1A8EF

Tints of Mauve #D1A8EF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.27%

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

R = 33.93%
G = 27.27%
B = 38.8%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D1A8EF (or 0xD1A8EF) is known color: Mauve. HEX triplet: D1, A8 and EF. RGB value is (209,168,239). Sum of RGB (Red+Green+Blue) = 209+168+239=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1A8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A8EF is #2E5710. Grayscale: #BCBCBC. Windows color (decimal): -3036945 or 15706321. OLE color: 15706321.

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

Color convert

RGB 209 168 239 -
CMYK 0.13 0.30 0 0.06
HSL 274.65º 0.69% 0.8% -
HSV(B) 274.65º 0.3% 0.94% -
XYZ 55.88 47.79 87.94 -
YUV 188.35 156.58 142.73 -
System Red Green Blue C M Y K H S L
Decimal 209 168 239 0.13 0.30 0 0.06 274.65 0.69 0.8
Hex D1 A8 EF D 1E 0 6 113 45 50
Octal 321 250 357 15 36 0 6 423 105 120
Binary 11010001 10101000 11101111 1101 11110 0 110 100010011 1000101 1010000

Color Harmonies of #D1A8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A8EF

Black with #D1A8EF

Text Example


Text Example

White with #D1A8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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