Html Css Color HEX #D9ACEA Mauve

📋 copy color: '#D9ACEA'

red 217 ◦ green 172 ◦ blue 234

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

Shades of Mauve #D9ACEA

Tints of Mauve #D9ACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.61%

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

R = 34.83%
G = 27.61%
B = 37.56%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9ACEA (or 0xD9ACEA) is known color: Mauve. HEX triplet: D9, AC and EA. RGB value is (217,172,234). Sum of RGB (Red+Green+Blue) = 217+172+234=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ACEA is #265315. Grayscale: #C0C0C0. Windows color (decimal): -2511638 or 15379673. OLE color: 15379673.

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

Color convert

RGB 217 172 234 -
CMYK 0.07 0.26 0 0.08
HSL 283.55º 0.6% 0.8% -
HSV(B) 283.55º 0.26% 0.92% -
XYZ 58.22 50.2 84.46 -
YUV 192.52 151.41 145.46 -
System Red Green Blue C M Y K H S L
Decimal 217 172 234 0.07 0.26 0 0.08 283.55 0.6 0.8
Hex D9 AC EA 7 1A 0 8 11C 3C 50
Octal 331 254 352 7 32 0 10 434 74 120
Binary 11011001 10101100 11101010 111 11010 0 1000 100011100 111100 1010000

Color Harmonies of #D9ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACEA

Black with #D9ACEA

Text Example


Text Example

White with #D9ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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