Html Css Color HEX #D9AEFE Mauve

📋 copy color: '#D9AEFE'

red 217 ◦ green 174 ◦ blue 254

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

Shades of Mauve #D9AEFE

Tints of Mauve #D9AEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.38%

R = 33.64%
G = 26.98%
B = 39.38%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D9AEFE (or 0xD9AEFE) is known color: Mauve. HEX triplet: D9, AE and FE. RGB value is (217,174,254). Sum of RGB (Red+Green+Blue) = 217+174+254=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AEFE is #265101. Grayscale: #C3C3C3. Windows color (decimal): -2511106 or 16690905. OLE color: 16690905.

HSL color Cylindrical-coordinate representation of color #D9AEFE: hue angle of 272.25º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9AEFE is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 174 254 -
CMYK 0.15 0.31 0 0.00
HSL 272.25º 0.98% 0.84% -
HSV(B) 272.25º 0.31% 1% -
XYZ 61.64 52.18 100.59 -
YUV 195.98 160.75 143 -
System Red Green Blue C M Y K H S L
Decimal 217 174 254 0.15 0.31 0 0.00 272.25 0.98 0.84
Hex D9 AE FE F 1F 0 0 110 62 54
Octal 331 256 376 17 37 0 0 420 142 124
Binary 11011001 10101110 11111110 1111 11111 0 0 100010000 1100010 1010100

Color Harmonies of #D9AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AEFE

Black with #D9AEFE

Text Example


Text Example

White with #D9AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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