Html Css Color HEX #D1AEEE Mauve

📋 copy color: '#D1AEEE'

red 209 ◦ green 174 ◦ blue 238

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

Shades of Mauve #D1AEEE

Tints of Mauve #D1AEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.33%

R = 33.66%
G = 28.02%
B = 38.33%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D1AEEE (or 0xD1AEEE) is known color: Mauve. HEX triplet: D1, AE and EE. RGB value is (209,174,238). Sum of RGB (Red+Green+Blue) = 209+174+238=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AEEE is #2E5111. Grayscale: #BFBFBF. Windows color (decimal): -3035410 or 15642321. OLE color: 15642321.

HSL color Cylindrical-coordinate representation of color #D1AEEE: hue angle of 272.81º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1AEEE is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 174 238 -
CMYK 0.12 0.27 0 0.07
HSL 272.81º 0.65% 0.81% -
HSV(B) 272.81º 0.27% 0.93% -
XYZ 56.86 50 87.54 -
YUV 191.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 209 174 238 0.12 0.27 0 0.07 272.81 0.65 0.81
Hex D1 AE EE C 1B 0 7 111 41 51
Octal 321 256 356 14 33 0 7 421 101 121
Binary 11010001 10101110 11101110 1100 11011 0 111 100010001 1000001 1010001

Color Harmonies of #D1AEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AEEE

Black with #D1AEEE

Text Example


Text Example

White with #D1AEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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