Html Css Color HEX #D7ACFF Mauve

📋 copy color: '#D7ACFF'

red 215 ◦ green 172 ◦ blue 255

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

Shades of Mauve #D7ACFF

Tints of Mauve #D7ACFF

RGB

 RED value IS 215 (84.38% from 255) = 33.49%

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

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

R = 33.49%
G = 26.79%
B = 39.72%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D7ACFF (or 0xD7ACFF) is known color: Mauve. HEX triplet: D7, AC and FF. RGB value is (215,172,255). Sum of RGB (Red+Green+Blue) = 215+172+255=642 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.49% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ACFF is #285300. Grayscale: #C2C2C2. Windows color (decimal): -2642689 or 16755927. OLE color: 16755927.

HSL color Cylindrical-coordinate representation of color #D7ACFF: hue angle of 271.08º 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 #D7ACFF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 172 255 -
CMYK 0.16 0.33 0 0
HSL 271.08º 1% 0.84% -
HSV(B) 271.08º 0.33% 1% -
XYZ 60.83 51.17 101.28 -
YUV 194.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 215 172 255 0.16 0.33 0 0 271.08 1 0.84
Hex D7 AC FF 10 21 0 0 10F 64 54
Octal 327 254 377 20 41 0 0 417 144 124
Binary 11010111 10101100 11111111 10000 100001 0 0 100001111 1100100 1010100

Color Harmonies of #D7ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ACFF

Black with #D7ACFF

Text Example


Text Example

White with #D7ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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