Html Css Color HEX #D8AAED Mauve

📋 copy color: '#D8AAED'

red 216 ◦ green 170 ◦ blue 237

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

Shades of Mauve #D8AAED

Tints of Mauve #D8AAED

RGB

 RED value IS 216 (84.77% from 255) = 34.67%

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

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

R = 34.67%
G = 27.29%
B = 38.04%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D8AAED (or 0xD8AAED) is known color: Mauve. HEX triplet: D8, AA and ED. RGB value is (216,170,237). Sum of RGB (Red+Green+Blue) = 216+170+237=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AAED is #275512. Grayscale: #BFBFBF. Windows color (decimal): -2577683 or 15575768. OLE color: 15575768.

HSL color Cylindrical-coordinate representation of color #D8AAED: hue angle of 281.19º 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 #D8AAED is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 170 237 -
CMYK 0.09 0.28 0 0.07
HSL 281.19º 0.65% 0.8% -
HSV(B) 281.19º 0.28% 0.93% -
XYZ 57.98 49.46 86.61 -
YUV 191.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 216 170 237 0.09 0.28 0 0.07 281.19 0.65 0.8
Hex D8 AA ED 9 1C 0 7 119 41 50
Octal 330 252 355 11 34 0 7 431 101 120
Binary 11011000 10101010 11101101 1001 11100 0 111 100011001 1000001 1010000

Color Harmonies of #D8AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AAED

Black with #D8AAED

Text Example


Text Example

White with #D8AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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