Html Css Color HEX #D8ACFD Mauve

📋 copy color: '#D8ACFD'

red 216 ◦ green 172 ◦ blue 253

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

Shades of Mauve #D8ACFD

Tints of Mauve #D8ACFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.47%

R = 33.7%
G = 26.83%
B = 39.47%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D8ACFD (or 0xD8ACFD) is known color: Mauve. HEX triplet: D8, AC and FD. RGB value is (216,172,253). Sum of RGB (Red+Green+Blue) = 216+172+253=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8ACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ACFD is #275302. Grayscale: #C2C2C2. Windows color (decimal): -2577155 or 16624856. OLE color: 16624856.

HSL color Cylindrical-coordinate representation of color #D8ACFD: hue angle of 272.59º degrees, saturation: 0.95, 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 #D8ACFD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 172 253 -
CMYK 0.15 0.32 0 0.01
HSL 272.59º 0.95% 0.83% -
HSV(B) 272.59º 0.32% 0.99% -
XYZ 60.8 51.2 99.61 -
YUV 194.39 161.08 143.41 -
System Red Green Blue C M Y K H S L
Decimal 216 172 253 0.15 0.32 0 0.01 272.59 0.95 0.83
Hex D8 AC FD F 20 0 1 111 5F 53
Octal 330 254 375 17 40 0 1 421 137 123
Binary 11011000 10101100 11111101 1111 100000 0 1 100010001 1011111 1010011

Color Harmonies of #D8ACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACFD

Black with #D8ACFD

Text Example


Text Example

White with #D8ACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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