Html Css Color HEX #D7ACF0 Mauve

📋 copy color: '#D7ACF0'

red 215 ◦ green 172 ◦ blue 240

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

Shades of Mauve #D7ACF0

Tints of Mauve #D7ACF0

RGB

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

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

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

R = 34.29%
G = 27.43%
B = 38.28%

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

#D7ACF0 (or 0xD7ACF0) is known color: Mauve. HEX triplet: D7, AC and F0. RGB value is (215,172,240). Sum of RGB (Red+Green+Blue) = 215+172+240=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ACF0 is #28530F. Grayscale: #C0C0C0. Windows color (decimal): -2642704 or 15772887. OLE color: 15772887.

HSL color Cylindrical-coordinate representation of color #D7ACF0: hue angle of 277.94º 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 #D7ACF0 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 172 240 -
CMYK 0.10 0.28 0 0.06
HSL 277.94º 0.69% 0.81% -
HSV(B) 277.94º 0.28% 0.94% -
XYZ 58.51 50.24 89.05 -
YUV 192.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 215 172 240 0.10 0.28 0 0.06 277.94 0.69 0.81
Hex D7 AC F0 A 1C 0 6 116 45 51
Octal 327 254 360 12 34 0 6 426 105 121
Binary 11010111 10101100 11110000 1010 11100 0 110 100010110 1000101 1010001

Color Harmonies of #D7ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ACF0

Black with #D7ACF0

Text Example


Text Example

White with #D7ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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