Html Css Color HEX #D6ACF7 Mauve

📋 copy color: '#D6ACF7'

red 214 ◦ green 172 ◦ blue 247

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

Shades of Mauve #D6ACF7

Tints of Mauve #D6ACF7

RGB

 RED value IS 214 (83.98% from 255) = 33.81%

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

 BLUE value IS 247 (96.88% from 255) = 39.02%

R = 33.81%
G = 27.17%
B = 39.02%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D6ACF7 (or 0xD6ACF7) is known color: Mauve. HEX triplet: D6, AC and F7. RGB value is (214,172,247). Sum of RGB (Red+Green+Blue) = 214+172+247=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 247 (96.88% from 255 or 39.02% from 633); Max value from RGB is 247 - color contains mainly: blue. Hex color #D6ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ACF7 is #295308. Grayscale: #C0C0C0. Windows color (decimal): -2708233 or 16231638. OLE color: 16231638.

HSL color Cylindrical-coordinate representation of color #D6ACF7: hue angle of 273.6º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6ACF7 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 172 247 -
CMYK 0.13 0.30 0 0.03
HSL 273.6º 0.82% 0.82% -
HSV(B) 273.6º 0.3% 0.97% -
XYZ 59.27 50.52 94.62 -
YUV 193.11 158.41 142.9 -
System Red Green Blue C M Y K H S L
Decimal 214 172 247 0.13 0.30 0 0.03 273.6 0.82 0.82
Hex D6 AC F7 D 1E 0 3 112 52 52
Octal 326 254 367 15 36 0 3 422 122 122
Binary 11010110 10101100 11110111 1101 11110 0 11 100010010 1010010 1010010

Color Harmonies of #D6ACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACF7

Black with #D6ACF7

Text Example


Text Example

White with #D6ACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACF7; }

 p { color: rgb(214,172,247); }

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

background-color css

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

 a { background-color: rgb(214,172,247); }

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

border-color css

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

 span { border-color: rgb(214,172,247); }

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