Html Css Color HEX #D8ACFE Mauve

📋 copy color: '#D8ACFE'

red 216 ◦ green 172 ◦ blue 254

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

Shades of Mauve #D8ACFE

Tints of Mauve #D8ACFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.56%

R = 33.64%
G = 26.79%
B = 39.56%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D8ACFE (or 0xD8ACFE) is known color: Mauve. HEX triplet: D8, AC and FE. RGB value is (216,172,254). Sum of RGB (Red+Green+Blue) = 216+172+254=642 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.64% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ACFE is #275301. Grayscale: #C2C2C2. Windows color (decimal): -2577154 or 16690392. OLE color: 16690392.

HSL color Cylindrical-coordinate representation of color #D8ACFE: hue angle of 272.2º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8ACFE is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 216 172 254 -
CMYK 0.15 0.32 0 0.00
HSL 272.2º 0.98% 0.84% -
HSV(B) 272.2º 0.32% 1% -
XYZ 60.96 51.26 100.45 -
YUV 194.5 161.58 143.33 -
System Red Green Blue C M Y K H S L
Decimal 216 172 254 0.15 0.32 0 0.00 272.2 0.98 0.84
Hex D8 AC FE F 20 0 0 110 62 54
Octal 330 254 376 17 40 0 0 420 142 124
Binary 11011000 10101100 11111110 1111 100000 0 0 100010000 1100010 1010100

Color Harmonies of #D8ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACFE

Black with #D8ACFE

Text Example


Text Example

White with #D8ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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