Html Css Color HEX #D6A8FE Mauve

📋 copy color: '#D6A8FE'

red 214 ◦ green 168 ◦ blue 254

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

Shades of Mauve #D6A8FE

Tints of Mauve #D6A8FE

RGB

 RED value IS 214 (83.98% from 255) = 33.65%

 GREEN value IS 168 (66.02% from 255) = 26.42%

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

R = 33.65%
G = 26.42%
B = 39.94%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D6A8FE (or 0xD6A8FE) is known color: Mauve. HEX triplet: D6, A8 and FE. RGB value is (214,168,254). Sum of RGB (Red+Green+Blue) = 214+168+254=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A8FE is #295701. Grayscale: #BFBFBF. Windows color (decimal): -2709250 or 16689366. OLE color: 16689366.

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

Color convert

RGB 214 168 254 -
CMYK 0.16 0.34 0 0.00
HSL 272.09º 0.98% 0.83% -
HSV(B) 272.09º 0.34% 1% -
XYZ 59.62 49.46 100.17 -
YUV 191.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 214 168 254 0.16 0.34 0 0.00 272.09 0.98 0.83
Hex D6 A8 FE 10 22 0 0 110 62 53
Octal 326 250 376 20 42 0 0 420 142 123
Binary 11010110 10101000 11111110 10000 100010 0 0 100010000 1100010 1010011

Color Harmonies of #D6A8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A8FE

Black with #D6A8FE

Text Example


Text Example

White with #D6A8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A8FE; }

 p { color: rgb(214,168,254); }

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

background-color css

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

 a { background-color: rgb(214,168,254); }

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

border-color css

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

 span { border-color: rgb(214,168,254); }

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