Html Css Color HEX #D0ACF7 Mauve

📋 copy color: '#D0ACF7'

red 208 ◦ green 172 ◦ blue 247

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

Shades of Mauve #D0ACF7

Tints of Mauve #D0ACF7

RGB

 RED value IS 208 (81.64% from 255) = 33.17%

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

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

R = 33.17%
G = 27.43%
B = 39.39%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D0ACF7 (or 0xD0ACF7) is known color: Mauve. HEX triplet: D0, AC and F7. RGB value is (208,172,247). Sum of RGB (Red+Green+Blue) = 208+172+247=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACF7 is #2F5308. Grayscale: #BFBFBF. Windows color (decimal): -3101449 or 16231632. OLE color: 16231632.

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

Color convert

RGB 208 172 247 -
CMYK 0.16 0.30 0 0.03
HSL 268.8º 0.82% 0.82% -
HSV(B) 268.8º 0.3% 0.97% -
XYZ 57.55 49.63 94.54 -
YUV 191.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 208 172 247 0.16 0.30 0 0.03 268.8 0.82 0.82
Hex D0 AC F7 10 1E 0 3 10D 52 52
Octal 320 254 367 20 36 0 3 415 122 122
Binary 11010000 10101100 11110111 10000 11110 0 11 100001101 1010010 1010010

Color Harmonies of #D0ACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ACF7

Black with #D0ACF7

Text Example


Text Example

White with #D0ACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ACF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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