Html Css Color HEX #D9A6EE Mauve

📋 copy color: '#D9A6EE'

red 217 ◦ green 166 ◦ blue 238

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

Shades of Mauve #D9A6EE

Tints of Mauve #D9A6EE

RGB

 RED value IS 217 (85.16% from 255) = 34.94%

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

 BLUE value IS 238 (93.36% from 255) = 38.33%

R = 34.94%
G = 26.73%
B = 38.33%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9A6EE (or 0xD9A6EE) is known color: Mauve. HEX triplet: D9, A6 and EE. RGB value is (217,166,238). Sum of RGB (Red+Green+Blue) = 217+166+238=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9A6EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A6EE is #265911. Grayscale: #BDBDBD. Windows color (decimal): -2513170 or 15640281. OLE color: 15640281.

HSL color Cylindrical-coordinate representation of color #D9A6EE: hue angle of 282.5º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9A6EE is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 166 238 -
CMYK 0.09 0.30 0 0.07
HSL 282.5º 0.68% 0.79% -
HSV(B) 282.5º 0.3% 0.93% -
XYZ 57.68 48.2 87.15 -
YUV 189.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 217 166 238 0.09 0.30 0 0.07 282.5 0.68 0.79
Hex D9 A6 EE 9 1E 0 7 11A 44 4F
Octal 331 246 356 11 36 0 7 432 104 117
Binary 11011001 10100110 11101110 1001 11110 0 111 100011010 1000100 1001111

Color Harmonies of #D9A6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A6EE

Black with #D9A6EE

Text Example


Text Example

White with #D9A6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A6EE; }

 p { color: rgb(217,166,238); }

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

background-color css

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

 a { background-color: rgb(217,166,238); }

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

border-color css

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

 span { border-color: rgb(217,166,238); }

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