Html Css Color HEX #D1AEFF Mauve

📋 copy color: '#D1AEFF'

red 209 ◦ green 174 ◦ blue 255

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

Shades of Mauve #D1AEFF

Tints of Mauve #D1AEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.97%

R = 32.76%
G = 27.27%
B = 39.97%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D1AEFF (or 0xD1AEFF) is known color: Mauve. HEX triplet: D1, AE and FF. RGB value is (209,174,255). Sum of RGB (Red+Green+Blue) = 209+174+255=638 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.76% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AEFF is #2E5100. Grayscale: #C1C1C1. Windows color (decimal): -3035393 or 16756433. OLE color: 16756433.

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

Color convert

RGB 209 174 255 -
CMYK 0.18 0.32 0 0
HSL 265.93º 1% 0.84% -
HSV(B) 265.93º 0.32% 1% -
XYZ 59.48 51.05 101.33 -
YUV 193.7 162.6 138.91 -
System Red Green Blue C M Y K H S L
Decimal 209 174 255 0.18 0.32 0 0 265.93 1 0.84
Hex D1 AE FF 12 20 0 0 10A 64 54
Octal 321 256 377 22 40 0 0 412 144 124
Binary 11010001 10101110 11111111 10010 100000 0 0 100001010 1100100 1010100

Color Harmonies of #D1AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AEFF

Black with #D1AEFF

Text Example


Text Example

White with #D1AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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