Html Css Color HEX #D1AEFE Mauve

📋 copy color: '#D1AEFE'

red 209 ◦ green 174 ◦ blue 254

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

Shades of Mauve #D1AEFE

Tints of Mauve #D1AEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.87%

R = 32.81%
G = 27.32%
B = 39.87%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D1AEFE (or 0xD1AEFE) is known color: Mauve. HEX triplet: D1, AE and FE. RGB value is (209,174,254). Sum of RGB (Red+Green+Blue) = 209+174+254=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AEFE is #2E5101. Grayscale: #C1C1C1. Windows color (decimal): -3035394 or 16690897. OLE color: 16690897.

HSL color Cylindrical-coordinate representation of color #D1AEFE: hue angle of 266.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1AEFE is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 174 254 -
CMYK 0.18 0.31 0 0.00
HSL 266.25º 0.98% 0.84% -
HSV(B) 266.25º 0.31% 1% -
XYZ 59.32 50.98 100.48 -
YUV 193.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 209 174 254 0.18 0.31 0 0.00 266.25 0.98 0.84
Hex D1 AE FE 12 1F 0 0 10A 62 54
Octal 321 256 376 22 37 0 0 412 142 124
Binary 11010001 10101110 11111110 10010 11111 0 0 100001010 1100010 1010100

Color Harmonies of #D1AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AEFE

Black with #D1AEFE

Text Example


Text Example

White with #D1AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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