Html Css Color HEX #D6A9EF Mauve

📋 copy color: '#D6A9EF'

red 214 ◦ green 169 ◦ blue 239

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

Shades of Mauve #D6A9EF

Tints of Mauve #D6A9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.42%

R = 34.41%
G = 27.17%
B = 38.42%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D6A9EF (or 0xD6A9EF) is known color: Mauve. HEX triplet: D6, A9 and EF. RGB value is (214,169,239). Sum of RGB (Red+Green+Blue) = 214+169+239=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6A9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A9EF is #295610. Grayscale: #BEBEBE. Windows color (decimal): -2709009 or 15706582. OLE color: 15706582.

HSL color Cylindrical-coordinate representation of color #D6A9EF: hue angle of 278.57º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6A9EF is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 169 239 -
CMYK 0.10 0.29 0 0.06
HSL 278.57º 0.69% 0.8% -
HSV(B) 278.57º 0.29% 0.94% -
XYZ 57.5 48.9 88.07 -
YUV 190.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 214 169 239 0.10 0.29 0 0.06 278.57 0.69 0.8
Hex D6 A9 EF A 1D 0 6 117 45 50
Octal 326 251 357 12 35 0 6 427 105 120
Binary 11010110 10101001 11101111 1010 11101 0 110 100010111 1000101 1010000

Color Harmonies of #D6A9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A9EF

Black with #D6A9EF

Text Example


Text Example

White with #D6A9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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