Html Css Color HEX #D9AEED Mauve

📋 copy color: '#D9AEED'

red 217 ◦ green 174 ◦ blue 237

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

Shades of Mauve #D9AEED

Tints of Mauve #D9AEED

RGB

 RED value IS 217 (85.16% from 255) = 34.55%

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

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

R = 34.55%
G = 27.71%
B = 37.74%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9AEED (or 0xD9AEED) is known color: Mauve. HEX triplet: D9, AE and ED. RGB value is (217,174,237). Sum of RGB (Red+Green+Blue) = 217+174+237=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AEED is #265112. Grayscale: #C1C1C1. Windows color (decimal): -2511123 or 15576793. OLE color: 15576793.

HSL color Cylindrical-coordinate representation of color #D9AEED: hue angle of 280.95º degrees, saturation: 0.64, 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 #D9AEED is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 174 237 -
CMYK 0.08 0.27 0 0.07
HSL 280.95º 0.64% 0.81% -
HSV(B) 280.95º 0.27% 0.93% -
XYZ 59.04 51.14 86.88 -
YUV 194.04 152.25 144.38 -
System Red Green Blue C M Y K H S L
Decimal 217 174 237 0.08 0.27 0 0.07 280.95 0.64 0.81
Hex D9 AE ED 8 1B 0 7 119 40 51
Octal 331 256 355 10 33 0 7 431 100 121
Binary 11011001 10101110 11101101 1000 11011 0 111 100011001 1000000 1010001

Color Harmonies of #D9AEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AEED

Black with #D9AEED

Text Example


Text Example

White with #D9AEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AEED; }

 p { color: rgb(217,174,237); }

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

background-color css

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

 a { background-color: rgb(217,174,237); }

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

border-color css

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

 span { border-color: rgb(217,174,237); }

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