Html Css Color HEX #D4AAEE Mauve

📋 copy color: '#D4AAEE'

red 212 ◦ green 170 ◦ blue 238

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

Shades of Mauve #D4AAEE

Tints of Mauve #D4AAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.39%

R = 34.19%
G = 27.42%
B = 38.39%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4AAEE (or 0xD4AAEE) is known color: Mauve. HEX triplet: D4, AA and EE. RGB value is (212,170,238). Sum of RGB (Red+Green+Blue) = 212+170+238=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4AAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAEE is #2B5511. Grayscale: #BEBEBE. Windows color (decimal): -2839826 or 15641300. OLE color: 15641300.

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

Color convert

RGB 212 170 238 -
CMYK 0.11 0.29 0 0.07
HSL 277.06º 0.67% 0.8% -
HSV(B) 277.06º 0.29% 0.93% -
XYZ 56.96 48.92 87.33 -
YUV 190.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 212 170 238 0.11 0.29 0 0.07 277.06 0.67 0.8
Hex D4 AA EE B 1D 0 7 115 43 50
Octal 324 252 356 13 35 0 7 425 103 120
Binary 11010100 10101010 11101110 1011 11101 0 111 100010101 1000011 1010000

Color Harmonies of #D4AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AAEE

Black with #D4AAEE

Text Example


Text Example

White with #D4AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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