Html Css Color HEX #D6A8FD Mauve

📋 copy color: '#D6A8FD'

red 214 ◦ green 168 ◦ blue 253

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

Shades of Mauve #D6A8FD

Tints of Mauve #D6A8FD

RGB

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

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

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

R = 33.7%
G = 26.46%
B = 39.84%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D6A8FD (or 0xD6A8FD) is known color: Mauve. HEX triplet: D6, A8 and FD. RGB value is (214,168,253). Sum of RGB (Red+Green+Blue) = 214+168+253=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 168 (66.02% from 255 or 26.46% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6A8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A8FD is #295702. Grayscale: #BFBFBF. Windows color (decimal): -2709251 or 16623830. OLE color: 16623830.

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

Color convert

RGB 214 168 253 -
CMYK 0.15 0.34 0 0.01
HSL 272.47º 0.96% 0.83% -
HSV(B) 272.47º 0.34% 0.99% -
XYZ 59.46 49.39 99.33 -
YUV 191.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 214 168 253 0.15 0.34 0 0.01 272.47 0.96 0.83
Hex D6 A8 FD F 22 0 1 110 60 53
Octal 326 250 375 17 42 0 1 420 140 123
Binary 11010110 10101000 11111101 1111 100010 0 1 100010000 1100000 1010011

Color Harmonies of #D6A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A8FD

Black with #D6A8FD

Text Example


Text Example

White with #D6A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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