Html Css Color HEX #D6AEFF Mauve

📋 copy color: '#D6AEFF'

red 214 ◦ green 174 ◦ blue 255

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

Shades of Mauve #D6AEFF

Tints of Mauve #D6AEFF

RGB

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

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

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

R = 33.28%
G = 27.06%
B = 39.66%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6AEFF (or 0xD6AEFF) is known color: Mauve. HEX triplet: D6, AE and FF. RGB value is (214,174,255). Sum of RGB (Red+Green+Blue) = 214+174+255=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AEFF is #295100. Grayscale: #C2C2C2. Windows color (decimal): -2707713 or 16756438. OLE color: 16756438.

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

Color convert

RGB 214 174 255 -
CMYK 0.16 0.32 0 0
HSL 269.63º 1% 0.84% -
HSV(B) 269.63º 0.32% 1% -
XYZ 60.92 51.79 101.39 -
YUV 195.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 214 174 255 0.16 0.32 0 0 269.63 1 0.84
Hex D6 AE FF 10 20 0 0 10E 64 54
Octal 326 256 377 20 40 0 0 416 144 124
Binary 11010110 10101110 11111111 10000 100000 0 0 100001110 1100100 1010100

Color Harmonies of #D6AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEFF

Black with #D6AEFF

Text Example


Text Example

White with #D6AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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