Html Css Color HEX #D8AAFA Mauve

📋 copy color: '#D8AAFA'

red 216 ◦ green 170 ◦ blue 250

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

Shades of Mauve #D8AAFA

Tints of Mauve #D8AAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.73%

 BLUE value IS 250 (98.05% from 255) = 39.31%

R = 33.96%
G = 26.73%
B = 39.31%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D8AAFA (or 0xD8AAFA) is known color: Mauve. HEX triplet: D8, AA and FA. RGB value is (216,170,250). Sum of RGB (Red+Green+Blue) = 216+170+250=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AAFA is #275505. Grayscale: #C0C0C0. Windows color (decimal): -2577670 or 16427736. OLE color: 16427736.

HSL color Cylindrical-coordinate representation of color #D8AAFA: hue angle of 274.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8AAFA is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 170 250 -
CMYK 0.14 0.32 0 0.02
HSL 274.5º 0.89% 0.82% -
HSV(B) 274.5º 0.32% 0.98% -
XYZ 59.95 50.25 96.98 -
YUV 192.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 216 170 250 0.14 0.32 0 0.02 274.5 0.89 0.82
Hex D8 AA FA E 20 0 2 112 59 52
Octal 330 252 372 16 40 0 2 422 131 122
Binary 11011000 10101010 11111010 1110 100000 0 10 100010010 1011001 1010010

Color Harmonies of #D8AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AAFA

Black with #D8AAFA

Text Example


Text Example

White with #D8AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AAFA; }

 p { color: rgb(216,170,250); }

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

background-color css

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

 a { background-color: rgb(216,170,250); }

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

border-color css

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

 span { border-color: rgb(216,170,250); }

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