Html Css Color HEX #D8A6FC Mauve

📋 copy color: '#D8A6FC'

red 216 ◦ green 166 ◦ blue 252

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

Shades of Mauve #D8A6FC

Tints of Mauve #D8A6FC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.18%

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

R = 34.07%
G = 26.18%
B = 39.75%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D8A6FC (or 0xD8A6FC) is known color: Mauve. HEX triplet: D8, A6 and FC. RGB value is (216,166,252). Sum of RGB (Red+Green+Blue) = 216+166+252=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 166 (65.23% from 255 or 26.18% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8A6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A6FC is #275903. Grayscale: #BEBEBE. Windows color (decimal): -2578692 or 16557784. OLE color: 16557784.

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

Color convert

RGB 216 166 252 -
CMYK 0.14 0.34 0 0.01
HSL 274.88º 0.93% 0.82% -
HSV(B) 274.88º 0.34% 0.99% -
XYZ 59.53 48.9 98.4 -
YUV 190.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 216 166 252 0.14 0.34 0 0.01 274.88 0.93 0.82
Hex D8 A6 FC E 22 0 1 113 5D 52
Octal 330 246 374 16 42 0 1 423 135 122
Binary 11011000 10100110 11111100 1110 100010 0 1 100010011 1011101 1010010

Color Harmonies of #D8A6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A6FC

Black with #D8A6FC

Text Example


Text Example

White with #D8A6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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