Html Css Color HEX #D9AEFA Mauve

📋 copy color: '#D9AEFA'

red 217 ◦ green 174 ◦ blue 250

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

Shades of Mauve #D9AEFA

Tints of Mauve #D9AEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39%

R = 33.85%
G = 27.15%
B = 39%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9AEFA (or 0xD9AEFA) is known color: Mauve. HEX triplet: D9, AE and FA. RGB value is (217,174,250). Sum of RGB (Red+Green+Blue) = 217+174+250=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AEFA is #265105. Grayscale: #C3C3C3. Windows color (decimal): -2511110 or 16428761. OLE color: 16428761.

HSL color Cylindrical-coordinate representation of color #D9AEFA: hue angle of 273.95º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9AEFA is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 174 250 -
CMYK 0.13 0.30 0 0.02
HSL 273.95º 0.88% 0.83% -
HSV(B) 273.95º 0.3% 0.98% -
XYZ 61.01 51.93 97.25 -
YUV 195.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 217 174 250 0.13 0.30 0 0.02 273.95 0.88 0.83
Hex D9 AE FA D 1E 0 2 112 58 53
Octal 331 256 372 15 36 0 2 422 130 123
Binary 11011001 10101110 11111010 1101 11110 0 10 100010010 1011000 1010011

Color Harmonies of #D9AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AEFA

Black with #D9AEFA

Text Example


Text Example

White with #D9AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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