Html Css Color HEX #D4AAFF Mauve

📋 copy color: '#D4AAFF'

red 212 ◦ green 170 ◦ blue 255

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

Shades of Mauve #D4AAFF

Tints of Mauve #D4AAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.03%

R = 33.28%
G = 26.69%
B = 40.03%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4AAFF (or 0xD4AAFF) is known color: Mauve. HEX triplet: D4, AA and FF. RGB value is (212,170,255). Sum of RGB (Red+Green+Blue) = 212+170+255=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAFF is #2B5500. Grayscale: #BFBFBF. Windows color (decimal): -2839809 or 16755412. OLE color: 16755412.

HSL color Cylindrical-coordinate representation of color #D4AAFF: hue angle of 269.65º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4AAFF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 170 255 -
CMYK 0.17 0.33 0 0
HSL 269.65º 1% 0.83% -
HSV(B) 269.65º 0.33% 1% -
XYZ 59.58 49.97 101.11 -
YUV 192.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 212 170 255 0.17 0.33 0 0 269.65 1 0.83
Hex D4 AA FF 11 21 0 0 10E 64 53
Octal 324 252 377 21 41 0 0 416 144 123
Binary 11010100 10101010 11111111 10001 100001 0 0 100001110 1100100 1010011

Color Harmonies of #D4AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AAFF

Black with #D4AAFF

Text Example


Text Example

White with #D4AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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