Html Css Color HEX #D4AAF2 Mauve

📋 copy color: '#D4AAF2'

red 212 ◦ green 170 ◦ blue 242

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

Shades of Mauve #D4AAF2

Tints of Mauve #D4AAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.78%

R = 33.97%
G = 27.24%
B = 38.78%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D4AAF2 (or 0xD4AAF2) is known color: Mauve. HEX triplet: D4, AA and F2. RGB value is (212,170,242). Sum of RGB (Red+Green+Blue) = 212+170+242=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #D4AAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAF2 is #2B550D. Grayscale: #BEBEBE. Windows color (decimal): -2839822 or 15903444. OLE color: 15903444.

HSL color Cylindrical-coordinate representation of color #D4AAF2: hue angle of 275º degrees, saturation: 0.73, 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 #D4AAF2 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 170 242 -
CMYK 0.12 0.30 0 0.05
HSL 275º 0.73% 0.81% -
HSV(B) 275º 0.3% 0.95% -
XYZ 57.55 49.16 90.46 -
YUV 190.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 212 170 242 0.12 0.30 0 0.05 275 0.73 0.81
Hex D4 AA F2 C 1E 0 5 113 49 51
Octal 324 252 362 14 36 0 5 423 111 121
Binary 11010100 10101010 11110010 1100 11110 0 101 100010011 1001001 1010001

Color Harmonies of #D4AAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AAF2

Black with #D4AAF2

Text Example


Text Example

White with #D4AAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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