Html Css Color HEX #D5AAED Mauve

📋 copy color: '#D5AAED'

red 213 ◦ green 170 ◦ blue 237

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

Shades of Mauve #D5AAED

Tints of Mauve #D5AAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.23%

R = 34.35%
G = 27.42%
B = 38.23%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5AAED (or 0xD5AAED) is known color: Mauve. HEX triplet: D5, AA and ED. RGB value is (213,170,237). Sum of RGB (Red+Green+Blue) = 213+170+237=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AAED is #2A5512. Grayscale: #BEBEBE. Windows color (decimal): -2774291 or 15575765. OLE color: 15575765.

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

Color convert

RGB 213 170 237 -
CMYK 0.10 0.28 0 0.07
HSL 278.51º 0.65% 0.8% -
HSV(B) 278.51º 0.28% 0.93% -
XYZ 57.1 49.01 86.57 -
YUV 190.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 213 170 237 0.10 0.28 0 0.07 278.51 0.65 0.8
Hex D5 AA ED A 1C 0 7 117 41 50
Octal 325 252 355 12 34 0 7 427 101 120
Binary 11010101 10101010 11101101 1010 11100 0 111 100010111 1000001 1010000

Color Harmonies of #D5AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AAED

Black with #D5AAED

Text Example


Text Example

White with #D5AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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