Html Css Color HEX #D1AEFA Mauve

📋 copy color: '#D1AEFA'

red 209 ◦ green 174 ◦ blue 250

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

Shades of Mauve #D1AEFA

Tints of Mauve #D1AEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.49%

R = 33.02%
G = 27.49%
B = 39.49%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1AEFA (or 0xD1AEFA) is known color: Mauve. HEX triplet: D1, AE and FA. RGB value is (209,174,250). Sum of RGB (Red+Green+Blue) = 209+174+250=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AEFA is #2E5105. Grayscale: #C0C0C0. Windows color (decimal): -3035398 or 16428753. OLE color: 16428753.

HSL color Cylindrical-coordinate representation of color #D1AEFA: hue angle of 267.63º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1AEFA is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 174 250 -
CMYK 0.16 0.30 0 0.02
HSL 267.63º 0.88% 0.83% -
HSV(B) 267.63º 0.3% 0.98% -
XYZ 58.69 50.73 97.14 -
YUV 193.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 209 174 250 0.16 0.30 0 0.02 267.63 0.88 0.83
Hex D1 AE FA 10 1E 0 2 10C 58 53
Octal 321 256 372 20 36 0 2 414 130 123
Binary 11010001 10101110 11111010 10000 11110 0 10 100001100 1011000 1010011

Color Harmonies of #D1AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AEFA

Black with #D1AEFA

Text Example


Text Example

White with #D1AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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