Html Css Color HEX #D9AFEA Mauve

📋 copy color: '#D9AFEA'

red 217 ◦ green 175 ◦ blue 234

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

Shades of Mauve #D9AFEA

Tints of Mauve #D9AFEA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.96%

 BLUE value IS 234 (91.8% from 255) = 37.38%

R = 34.66%
G = 27.96%
B = 37.38%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9AFEA (or 0xD9AFEA) is known color: Mauve. HEX triplet: D9, AF and EA. RGB value is (217,175,234). Sum of RGB (Red+Green+Blue) = 217+175+234=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFEA is #265015. Grayscale: #C2C2C2. Windows color (decimal): -2510870 or 15380441. OLE color: 15380441.

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

Color convert

RGB 217 175 234 -
CMYK 0.07 0.25 0 0.08
HSL 282.71º 0.58% 0.8% -
HSV(B) 282.71º 0.25% 0.92% -
XYZ 58.8 51.35 84.65 -
YUV 194.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 217 175 234 0.07 0.25 0 0.08 282.71 0.58 0.8
Hex D9 AF EA 7 19 0 8 11B 3A 50
Octal 331 257 352 7 31 0 10 433 72 120
Binary 11011001 10101111 11101010 111 11001 0 1000 100011011 111010 1010000

Color Harmonies of #D9AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFEA

Black with #D9AFEA

Text Example


Text Example

White with #D9AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFEA; }

 p { color: rgb(217,175,234); }

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

background-color css

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

 a { background-color: rgb(217,175,234); }

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

border-color css

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

 span { border-color: rgb(217,175,234); }

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