Html Css Color HEX #D4AAF3 Mauve

📋 copy color: '#D4AAF3'

red 212 ◦ green 170 ◦ blue 243

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

Shades of Mauve #D4AAF3

Tints of Mauve #D4AAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.88%

R = 33.92%
G = 27.2%
B = 38.88%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D4AAF3 (or 0xD4AAF3) is known color: Mauve. HEX triplet: D4, AA and F3. RGB value is (212,170,243). Sum of RGB (Red+Green+Blue) = 212+170+243=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAF3 is #2B550C. Grayscale: #BEBEBE. Windows color (decimal): -2839821 or 15968980. OLE color: 15968980.

HSL color Cylindrical-coordinate representation of color #D4AAF3: hue angle of 274.52º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4AAF3 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 170 243 -
CMYK 0.13 0.30 0 0.05
HSL 274.52º 0.75% 0.81% -
HSV(B) 274.52º 0.3% 0.95% -
XYZ 57.7 49.22 91.25 -
YUV 190.88 157.41 143.06 -
System Red Green Blue C M Y K H S L
Decimal 212 170 243 0.13 0.30 0 0.05 274.52 0.75 0.81
Hex D4 AA F3 D 1E 0 5 113 4B 51
Octal 324 252 363 15 36 0 5 423 113 121
Binary 11010100 10101010 11110011 1101 11110 0 101 100010011 1001011 1010001

Color Harmonies of #D4AAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AAF3

Black with #D4AAF3

Text Example


Text Example

White with #D4AAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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