Html Css Color HEX #D6A9FE Mauve

📋 copy color: '#D6A9FE'

red 214 ◦ green 169 ◦ blue 254

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

Shades of Mauve #D6A9FE

Tints of Mauve #D6A9FE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.53%

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

R = 33.59%
G = 26.53%
B = 39.87%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D6A9FE (or 0xD6A9FE) is known color: Mauve. HEX triplet: D6, A9 and FE. RGB value is (214,169,254). Sum of RGB (Red+Green+Blue) = 214+169+254=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 169 (66.41% from 255 or 26.53% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A9FE is #295601. Grayscale: #BFBFBF. Windows color (decimal): -2708994 or 16689622. OLE color: 16689622.

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

Color convert

RGB 214 169 254 -
CMYK 0.16 0.33 0 0.00
HSL 271.76º 0.98% 0.83% -
HSV(B) 271.76º 0.33% 1% -
XYZ 59.81 49.83 100.23 -
YUV 192.15 162.91 143.59 -
System Red Green Blue C M Y K H S L
Decimal 214 169 254 0.16 0.33 0 0.00 271.76 0.98 0.83
Hex D6 A9 FE 10 21 0 0 110 62 53
Octal 326 251 376 20 41 0 0 420 142 123
Binary 11010110 10101001 11111110 10000 100001 0 0 100010000 1100010 1010011

Color Harmonies of #D6A9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A9FE

Black with #D6A9FE

Text Example


Text Example

White with #D6A9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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