Html Css Color HEX #D4AAEF Mauve

📋 copy color: '#D4AAEF'

red 212 ◦ green 170 ◦ blue 239

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

Shades of Mauve #D4AAEF

Tints of Mauve #D4AAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.49%

R = 34.14%
G = 27.38%
B = 38.49%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D4AAEF (or 0xD4AAEF) is known color: Mauve. HEX triplet: D4, AA and EF. RGB value is (212,170,239). Sum of RGB (Red+Green+Blue) = 212+170+239=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAEF is #2B5510. Grayscale: #BEBEBE. Windows color (decimal): -2839825 or 15706836. OLE color: 15706836.

HSL color Cylindrical-coordinate representation of color #D4AAEF: hue angle of 276.52º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4AAEF is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 170 239 -
CMYK 0.11 0.29 0 0.06
HSL 276.52º 0.68% 0.8% -
HSV(B) 276.52º 0.29% 0.94% -
XYZ 57.11 48.98 88.11 -
YUV 190.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 212 170 239 0.11 0.29 0 0.06 276.52 0.68 0.8
Hex D4 AA EF B 1D 0 6 115 44 50
Octal 324 252 357 13 35 0 6 425 104 120
Binary 11010100 10101010 11101111 1011 11101 0 110 100010101 1000100 1010000

Color Harmonies of #D4AAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AAEF

Black with #D4AAEF

Text Example


Text Example

White with #D4AAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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