Html Css Color HEX #D4AAFE Mauve

📋 copy color: '#D4AAFE'

red 212 ◦ green 170 ◦ blue 254

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

Shades of Mauve #D4AAFE

Tints of Mauve #D4AAFE

RGB

 RED value IS 212 (83.2% from 255) = 33.33%

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

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

R = 33.33%
G = 26.73%
B = 39.94%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D4AAFE (or 0xD4AAFE) is known color: Mauve. HEX triplet: D4, AA and FE. RGB value is (212,170,254). Sum of RGB (Red+Green+Blue) = 212+170+254=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAFE is #2B5501. Grayscale: #BFBFBF. Windows color (decimal): -2839810 or 16689876. OLE color: 16689876.

HSL color Cylindrical-coordinate representation of color #D4AAFE: hue angle of 270º 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 #D4AAFE is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 170 254 -
CMYK 0.17 0.33 0 0.00
HSL 270º 0.98% 0.83% -
HSV(B) 270º 0.33% 1% -
XYZ 59.42 49.9 100.27 -
YUV 192.13 162.91 142.17 -
System Red Green Blue C M Y K H S L
Decimal 212 170 254 0.17 0.33 0 0.00 270 0.98 0.83
Hex D4 AA FE 11 21 0 0 10E 62 53
Octal 324 252 376 21 41 0 0 416 142 123
Binary 11010100 10101010 11111110 10001 100001 0 0 100001110 1100010 1010011

Color Harmonies of #D4AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AAFE

Black with #D4AAFE

Text Example


Text Example

White with #D4AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AAFE; }

 p { color: rgb(212,170,254); }

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

background-color css

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

 a { background-color: rgb(212,170,254); }

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

border-color css

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

 span { border-color: rgb(212,170,254); }

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