Html Css Color HEX #D6AEEC Mauve

📋 copy color: '#D6AEEC'

red 214 ◦ green 174 ◦ blue 236

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

Shades of Mauve #D6AEEC

Tints of Mauve #D6AEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.82%

R = 34.29%
G = 27.88%
B = 37.82%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6AEEC (or 0xD6AEEC) is known color: Mauve. HEX triplet: D6, AE and EC. RGB value is (214,174,236). Sum of RGB (Red+Green+Blue) = 214+174+236=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AEEC is #295113. Grayscale: #C0C0C0. Windows color (decimal): -2707732 or 15511254. OLE color: 15511254.

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

Color convert

RGB 214 174 236 -
CMYK 0.09 0.26 0 0.07
HSL 278.71º 0.62% 0.8% -
HSV(B) 278.71º 0.26% 0.93% -
XYZ 58.01 50.62 86.07 -
YUV 193.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 214 174 236 0.09 0.26 0 0.07 278.71 0.62 0.8
Hex D6 AE EC 9 1A 0 7 117 3E 50
Octal 326 256 354 11 32 0 7 427 76 120
Binary 11010110 10101110 11101100 1001 11010 0 111 100010111 111110 1010000

Color Harmonies of #D6AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEEC

Black with #D6AEEC

Text Example


Text Example

White with #D6AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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