Html Css Color HEX #D9ACFF Mauve

📋 copy color: '#D9ACFF'

red 217 ◦ green 172 ◦ blue 255

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

Shades of Mauve #D9ACFF

Tints of Mauve #D9ACFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.6%

R = 33.7%
G = 26.71%
B = 39.6%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9ACFF (or 0xD9ACFF) is known color: Mauve. HEX triplet: D9, AC and FF. RGB value is (217,172,255). Sum of RGB (Red+Green+Blue) = 217+172+255=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ACFF is #265300. Grayscale: #C2C2C2. Windows color (decimal): -2511617 or 16755929. OLE color: 16755929.

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

Color convert

RGB 217 172 255 -
CMYK 0.15 0.33 0 0
HSL 272.53º 1% 0.84% -
HSV(B) 272.53º 0.33% 1% -
XYZ 61.42 51.48 101.31 -
YUV 194.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 217 172 255 0.15 0.33 0 0 272.53 1 0.84
Hex D9 AC FF F 21 0 0 111 64 54
Octal 331 254 377 17 41 0 0 421 144 124
Binary 11011001 10101100 11111111 1111 100001 0 0 100010001 1100100 1010100

Color Harmonies of #D9ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACFF

Black with #D9ACFF

Text Example


Text Example

White with #D9ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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