Html Css Color HEX #D8A4EE Mauve

📋 copy color: '#D8A4EE'

red 216 ◦ green 164 ◦ blue 238

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

Shades of Mauve #D8A4EE

Tints of Mauve #D8A4EE

RGB

 RED value IS 216 (84.77% from 255) = 34.95%

 GREEN value IS 164 (64.45% from 255) = 26.54%

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

R = 34.95%
G = 26.54%
B = 38.51%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D8A4EE (or 0xD8A4EE) is known color: Mauve. HEX triplet: D8, A4 and EE. RGB value is (216,164,238). Sum of RGB (Red+Green+Blue) = 216+164+238=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 164 (64.45% from 255 or 26.54% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8A4EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A4EE is #275B11. Grayscale: #BBBBBB. Windows color (decimal): -2579218 or 15639768. OLE color: 15639768.

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

Color convert

RGB 216 164 238 -
CMYK 0.09 0.31 0 0.07
HSL 282.16º 0.69% 0.79% -
HSV(B) 282.16º 0.31% 0.93% -
XYZ 57.03 47.32 87.02 -
YUV 187.98 156.23 147.98 -
System Red Green Blue C M Y K H S L
Decimal 216 164 238 0.09 0.31 0 0.07 282.16 0.69 0.79
Hex D8 A4 EE 9 1F 0 7 11A 45 4F
Octal 330 244 356 11 37 0 7 432 105 117
Binary 11011000 10100100 11101110 1001 11111 0 111 100011010 1000101 1001111

Color Harmonies of #D8A4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A4EE

Black with #D8A4EE

Text Example


Text Example

White with #D8A4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A4EE; }

 p { color: rgb(216,164,238); }

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

background-color css

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

 a { background-color: rgb(216,164,238); }

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

border-color css

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

 span { border-color: rgb(216,164,238); }

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