Html Css Color HEX #D5AAEF Mauve

📋 copy color: '#D5AAEF'

red 213 ◦ green 170 ◦ blue 239

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

Shades of Mauve #D5AAEF

Tints of Mauve #D5AAEF

RGB

 RED value IS 213 (83.59% from 255) = 34.24%

 GREEN value IS 170 (66.8% from 255) = 27.33%

 BLUE value IS 239 (93.75% from 255) = 38.42%

R = 34.24%
G = 27.33%
B = 38.42%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D5AAEF (or 0xD5AAEF) is known color: Mauve. HEX triplet: D5, AA and EF. RGB value is (213,170,239). Sum of RGB (Red+Green+Blue) = 213+170+239=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AAEF is #2A5510. Grayscale: #BEBEBE. Windows color (decimal): -2774289 or 15706837. OLE color: 15706837.

HSL color Cylindrical-coordinate representation of color #D5AAEF: hue angle of 277.39º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5AAEF is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 170 239 -
CMYK 0.11 0.29 0 0.06
HSL 277.39º 0.68% 0.8% -
HSV(B) 277.39º 0.29% 0.94% -
XYZ 57.4 49.13 88.12 -
YUV 190.72 155.25 143.89 -
System Red Green Blue C M Y K H S L
Decimal 213 170 239 0.11 0.29 0 0.06 277.39 0.68 0.8
Hex D5 AA EF B 1D 0 6 115 44 50
Octal 325 252 357 13 35 0 6 425 104 120
Binary 11010101 10101010 11101111 1011 11101 0 110 100010101 1000100 1010000

Color Harmonies of #D5AAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AAEF

Black with #D5AAEF

Text Example


Text Example

White with #D5AAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AAEF; }

 p { color: rgb(213,170,239); }

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

background-color css

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

 a { background-color: rgb(213,170,239); }

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

border-color css

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

 span { border-color: rgb(213,170,239); }

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