Html Css Color HEX #D8ACF0 Mauve

📋 copy color: '#D8ACF0'

red 216 ◦ green 172 ◦ blue 240

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

Shades of Mauve #D8ACF0

Tints of Mauve #D8ACF0

RGB

 RED value IS 216 (84.77% from 255) = 34.39%

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

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

R = 34.39%
G = 27.39%
B = 38.22%

CMYK

 C value IS 0.1

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D8ACF0 (or 0xD8ACF0) is known color: Mauve. HEX triplet: D8, AC and F0. RGB value is (216,172,240). Sum of RGB (Red+Green+Blue) = 216+172+240=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #D8ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ACF0 is #27530F. Grayscale: #C0C0C0. Windows color (decimal): -2577168 or 15772888. OLE color: 15772888.

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

Color convert

RGB 216 172 240 -
CMYK 0.1 0.28 0 0.06
HSL 278.82º 0.69% 0.81% -
HSV(B) 278.82º 0.28% 0.94% -
XYZ 58.8 50.4 89.07 -
YUV 192.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 216 172 240 0.1 0.28 0 0.06 278.82 0.69 0.81
Hex D8 AC F0 A 1C 0 6 117 45 51
Octal 330 254 360 12 34 0 6 427 105 121
Binary 11011000 10101100 11110000 1010 11100 0 110 100010111 1000101 1010001

Color Harmonies of #D8ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACF0

Black with #D8ACF0

Text Example


Text Example

White with #D8ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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