Html Css Color HEX #D6AEEE Mauve

📋 copy color: '#D6AEEE'

red 214 ◦ green 174 ◦ blue 238

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

Shades of Mauve #D6AEEE

Tints of Mauve #D6AEEE

RGB

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

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

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

R = 34.19%
G = 27.8%
B = 38.02%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6AEEE (or 0xD6AEEE) is known color: Mauve. HEX triplet: D6, AE and EE. RGB value is (214,174,238). Sum of RGB (Red+Green+Blue) = 214+174+238=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AEEE is #295111. Grayscale: #C1C1C1. Windows color (decimal): -2707730 or 15642326. OLE color: 15642326.

HSL color Cylindrical-coordinate representation of color #D6AEEE: hue angle of 277.5º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6AEEE is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 174 238 -
CMYK 0.10 0.27 0 0.07
HSL 277.5º 0.65% 0.81% -
HSV(B) 277.5º 0.27% 0.93% -
XYZ 58.3 50.74 87.61 -
YUV 193.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 214 174 238 0.10 0.27 0 0.07 277.5 0.65 0.81
Hex D6 AE EE A 1B 0 7 116 41 51
Octal 326 256 356 12 33 0 7 426 101 121
Binary 11010110 10101110 11101110 1010 11011 0 111 100010110 1000001 1010001

Color Harmonies of #D6AEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEEE

Black with #D6AEEE

Text Example


Text Example

White with #D6AEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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