Html Css Color HEX #D6AEF4 Mauve

📋 copy color: '#D6AEF4'

red 214 ◦ green 174 ◦ blue 244

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

Shades of Mauve #D6AEF4

Tints of Mauve #D6AEF4

RGB

 RED value IS 214 (83.98% from 255) = 33.86%

 GREEN value IS 174 (68.36% from 255) = 27.53%

 BLUE value IS 244 (95.7% from 255) = 38.61%

R = 33.86%
G = 27.53%
B = 38.61%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D6AEF4 (or 0xD6AEF4) is known color: Mauve. HEX triplet: D6, AE and F4. RGB value is (214,174,244). Sum of RGB (Red+Green+Blue) = 214+174+244=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 244 (95.70% from 255 or 38.61% from 632); Max value from RGB is 244 - color contains mainly: blue. Hex color #D6AEF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AEF4 is #29510B. Grayscale: #C1C1C1. Windows color (decimal): -2707724 or 16035542. OLE color: 16035542.

HSL color Cylindrical-coordinate representation of color #D6AEF4: hue angle of 274.29º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6AEF4 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 174 244 -
CMYK 0.12 0.29 0 0.04
HSL 274.29º 0.76% 0.82% -
HSV(B) 274.29º 0.29% 0.96% -
XYZ 59.2 51.1 92.33 -
YUV 193.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 214 174 244 0.12 0.29 0 0.04 274.29 0.76 0.82
Hex D6 AE F4 C 1D 0 4 112 4C 52
Octal 326 256 364 14 35 0 4 422 114 122
Binary 11010110 10101110 11110100 1100 11101 0 100 100010010 1001100 1010010

Color Harmonies of #D6AEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEF4

Black with #D6AEF4

Text Example


Text Example

White with #D6AEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEF4; }

 p { color: rgb(214,174,244); }

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

background-color css

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

 a { background-color: rgb(214,174,244); }

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

border-color css

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

 span { border-color: rgb(214,174,244); }

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