Html Css Color HEX #D8ACFC Mauve

📋 copy color: '#D8ACFC'

red 216 ◦ green 172 ◦ blue 252

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

Shades of Mauve #D8ACFC

Tints of Mauve #D8ACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.38%

R = 33.75%
G = 26.88%
B = 39.38%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D8ACFC (or 0xD8ACFC) is known color: Mauve. HEX triplet: D8, AC and FC. RGB value is (216,172,252). Sum of RGB (Red+Green+Blue) = 216+172+252=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ACFC is #275303. Grayscale: #C1C1C1. Windows color (decimal): -2577156 or 16559320. OLE color: 16559320.

HSL color Cylindrical-coordinate representation of color #D8ACFC: hue angle of 273º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8ACFC is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 172 252 -
CMYK 0.14 0.32 0 0.01
HSL 273º 0.93% 0.83% -
HSV(B) 273º 0.32% 0.99% -
XYZ 60.64 51.13 98.77 -
YUV 194.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 216 172 252 0.14 0.32 0 0.01 273 0.93 0.83
Hex D8 AC FC E 20 0 1 111 5D 53
Octal 330 254 374 16 40 0 1 421 135 123
Binary 11011000 10101100 11111100 1110 100000 0 1 100010001 1011101 1010011

Color Harmonies of #D8ACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACFC

Black with #D8ACFC

Text Example


Text Example

White with #D8ACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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