Html Css Color HEX #D1AEF6 Mauve

📋 copy color: '#D1AEF6'

red 209 ◦ green 174 ◦ blue 246

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

Shades of Mauve #D1AEF6

Tints of Mauve #D1AEF6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.66%

 BLUE value IS 246 (96.48% from 255) = 39.11%

R = 33.23%
G = 27.66%
B = 39.11%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D1AEF6 (or 0xD1AEF6) is known color: Mauve. HEX triplet: D1, AE and F6. RGB value is (209,174,246). Sum of RGB (Red+Green+Blue) = 209+174+246=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 246 (96.48% from 255 or 39.11% from 629); Max value from RGB is 246 - color contains mainly: blue. Hex color #D1AEF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AEF6 is #2E5109. Grayscale: #C0C0C0. Windows color (decimal): -3035402 or 16166609. OLE color: 16166609.

HSL color Cylindrical-coordinate representation of color #D1AEF6: hue angle of 269.17º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1AEF6 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 174 246 -
CMYK 0.15 0.29 0 0.04
HSL 269.17º 0.8% 0.82% -
HSV(B) 269.17º 0.29% 0.96% -
XYZ 58.07 50.48 93.87 -
YUV 192.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 209 174 246 0.15 0.29 0 0.04 269.17 0.8 0.82
Hex D1 AE F6 F 1D 0 4 10D 50 52
Octal 321 256 366 17 35 0 4 415 120 122
Binary 11010001 10101110 11110110 1111 11101 0 100 100001101 1010000 1010010

Color Harmonies of #D1AEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AEF6

Black with #D1AEF6

Text Example


Text Example

White with #D1AEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AEF6; }

 p { color: rgb(209,174,246); }

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

background-color css

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

 a { background-color: rgb(209,174,246); }

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

border-color css

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

 span { border-color: rgb(209,174,246); }

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