Html Css Color HEX #D1AEFD Mauve

📋 copy color: '#D1AEFD'

red 209 ◦ green 174 ◦ blue 253

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

Shades of Mauve #D1AEFD

Tints of Mauve #D1AEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.78%

R = 32.86%
G = 27.36%
B = 39.78%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1AEFD (or 0xD1AEFD) is known color: Mauve. HEX triplet: D1, AE and FD. RGB value is (209,174,253). Sum of RGB (Red+Green+Blue) = 209+174+253=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AEFD is #2E5102. Grayscale: #C1C1C1. Windows color (decimal): -3035395 or 16625361. OLE color: 16625361.

HSL color Cylindrical-coordinate representation of color #D1AEFD: hue angle of 266.58º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1AEFD is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 174 253 -
CMYK 0.17 0.31 0 0.01
HSL 266.58º 0.95% 0.84% -
HSV(B) 266.58º 0.31% 0.99% -
XYZ 59.16 50.92 99.64 -
YUV 193.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 209 174 253 0.17 0.31 0 0.01 266.58 0.95 0.84
Hex D1 AE FD 11 1F 0 1 10B 5F 54
Octal 321 256 375 21 37 0 1 413 137 124
Binary 11010001 10101110 11111101 10001 11111 0 1 100001011 1011111 1010100

Color Harmonies of #D1AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AEFD

Black with #D1AEFD

Text Example


Text Example

White with #D1AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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