Html Css Color HEX #D6AEEF Mauve

📋 copy color: '#D6AEEF'

red 214 ◦ green 174 ◦ blue 239

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

Shades of Mauve #D6AEEF

Tints of Mauve #D6AEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.12%

R = 34.13%
G = 27.75%
B = 38.12%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D6AEEF (or 0xD6AEEF) is known color: Mauve. HEX triplet: D6, AE and EF. RGB value is (214,174,239). Sum of RGB (Red+Green+Blue) = 214+174+239=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AEEF is #295110. Grayscale: #C1C1C1. Windows color (decimal): -2707729 or 15707862. OLE color: 15707862.

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

Color convert

RGB 214 174 239 -
CMYK 0.10 0.27 0 0.06
HSL 276.92º 0.67% 0.81% -
HSV(B) 276.92º 0.27% 0.94% -
XYZ 58.45 50.8 88.39 -
YUV 193.37 153.75 142.71 -
System Red Green Blue C M Y K H S L
Decimal 214 174 239 0.10 0.27 0 0.06 276.92 0.67 0.81
Hex D6 AE EF A 1B 0 6 115 43 51
Octal 326 256 357 12 33 0 6 425 103 121
Binary 11010110 10101110 11101111 1010 11011 0 110 100010101 1000011 1010001

Color Harmonies of #D6AEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEEF

Black with #D6AEEF

Text Example


Text Example

White with #D6AEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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