Html Css Color HEX #D9ACF0 Mauve

📋 copy color: '#D9ACF0'

red 217 ◦ green 172 ◦ blue 240

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

Shades of Mauve #D9ACF0

Tints of Mauve #D9ACF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.16%

R = 34.5%
G = 27.34%
B = 38.16%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9ACF0 (or 0xD9ACF0) is known color: Mauve. HEX triplet: D9, AC and F0. RGB value is (217,172,240). Sum of RGB (Red+Green+Blue) = 217+172+240=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #D9ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ACF0 is #26530F. Grayscale: #C0C0C0. Windows color (decimal): -2511632 or 15772889. OLE color: 15772889.

HSL color Cylindrical-coordinate representation of color #D9ACF0: hue angle of 279.71º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9ACF0 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 172 240 -
CMYK 0.10 0.28 0 0.06
HSL 279.71º 0.69% 0.81% -
HSV(B) 279.71º 0.28% 0.94% -
XYZ 59.1 50.55 89.08 -
YUV 193.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 217 172 240 0.10 0.28 0 0.06 279.71 0.69 0.81
Hex D9 AC F0 A 1C 0 6 118 45 51
Octal 331 254 360 12 34 0 6 430 105 121
Binary 11011001 10101100 11110000 1010 11100 0 110 100011000 1000101 1010001

Color Harmonies of #D9ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACF0

Black with #D9ACF0

Text Example


Text Example

White with #D9ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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