Html Css Color HEX #D8AEEB Mauve

📋 copy color: '#D8AEEB'

red 216 ◦ green 174 ◦ blue 235

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

Shades of Mauve #D8AEEB

Tints of Mauve #D8AEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.6%

R = 34.56%
G = 27.84%
B = 37.6%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D8AEEB (or 0xD8AEEB) is known color: Mauve. HEX triplet: D8, AE and EB. RGB value is (216,174,235). Sum of RGB (Red+Green+Blue) = 216+174+235=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AEEB is #275114. Grayscale: #C1C1C1. Windows color (decimal): -2576661 or 15445720. OLE color: 15445720.

HSL color Cylindrical-coordinate representation of color #D8AEEB: hue angle of 281.31º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8AEEB is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 174 235 -
CMYK 0.08 0.26 0 0.08
HSL 281.31º 0.6% 0.8% -
HSV(B) 281.31º 0.26% 0.92% -
XYZ 58.45 50.87 85.34 -
YUV 193.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 216 174 235 0.08 0.26 0 0.08 281.31 0.6 0.8
Hex D8 AE EB 8 1A 0 8 119 3C 50
Octal 330 256 353 10 32 0 10 431 74 120
Binary 11011000 10101110 11101011 1000 11010 0 1000 100011001 111100 1010000

Color Harmonies of #D8AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AEEB

Black with #D8AEEB

Text Example


Text Example

White with #D8AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AEEB; }

 p { color: rgb(216,174,235); }

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

background-color css

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

 a { background-color: rgb(216,174,235); }

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

border-color css

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

 span { border-color: rgb(216,174,235); }

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