Html Css Color HEX #D8A6FF Mauve

📋 copy color: '#D8A6FF'

red 216 ◦ green 166 ◦ blue 255

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

Shades of Mauve #D8A6FF

Tints of Mauve #D8A6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.03%

R = 33.91%
G = 26.06%
B = 40.03%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D8A6FF (or 0xD8A6FF) is known color: Mauve. HEX triplet: D8, A6 and FF. RGB value is (216,166,255). Sum of RGB (Red+Green+Blue) = 216+166+255=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 166 (65.23% from 255 or 26.06% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A6FF is #275900. Grayscale: #BEBEBE. Windows color (decimal): -2578689 or 16754392. OLE color: 16754392.

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

Color convert

RGB 216 166 255 -
CMYK 0.15 0.35 0 0
HSL 273.71º 1% 0.83% -
HSV(B) 273.71º 0.35% 1% -
XYZ 60.01 49.09 100.92 -
YUV 191.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 216 166 255 0.15 0.35 0 0 273.71 1 0.83
Hex D8 A6 FF F 23 0 0 112 64 53
Octal 330 246 377 17 43 0 0 422 144 123
Binary 11011000 10100110 11111111 1111 100011 0 0 100010010 1100100 1010011

Color Harmonies of #D8A6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A6FF

Black with #D8A6FF

Text Example


Text Example

White with #D8A6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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