Html Css Color HEX #D7AEF0 Mauve

📋 copy color: '#D7AEF0'

red 215 ◦ green 174 ◦ blue 240

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

Shades of Mauve #D7AEF0

Tints of Mauve #D7AEF0

RGB

 RED value IS 215 (84.38% from 255) = 34.18%

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

 BLUE value IS 240 (94.14% from 255) = 38.16%

R = 34.18%
G = 27.66%
B = 38.16%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D7AEF0 (or 0xD7AEF0) is known color: Mauve. HEX triplet: D7, AE and F0. RGB value is (215,174,240). Sum of RGB (Red+Green+Blue) = 215+174+240=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7AEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AEF0 is #28510F. Grayscale: #C1C1C1. Windows color (decimal): -2642192 or 15773399. OLE color: 15773399.

HSL color Cylindrical-coordinate representation of color #D7AEF0: hue angle of 277.27º degrees, saturation: 0.69, 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 #D7AEF0 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 174 240 -
CMYK 0.10 0.28 0 0.06
HSL 277.27º 0.69% 0.81% -
HSV(B) 277.27º 0.28% 0.94% -
XYZ 58.89 51.01 89.18 -
YUV 193.78 154.08 143.13 -
System Red Green Blue C M Y K H S L
Decimal 215 174 240 0.10 0.28 0 0.06 277.27 0.69 0.81
Hex D7 AE F0 A 1C 0 6 115 45 51
Octal 327 256 360 12 34 0 6 425 105 121
Binary 11010111 10101110 11110000 1010 11100 0 110 100010101 1000101 1010001

Color Harmonies of #D7AEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AEF0

Black with #D7AEF0

Text Example


Text Example

White with #D7AEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AEF0; }

 p { color: rgb(215,174,240); }

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

background-color css

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

 a { background-color: rgb(215,174,240); }

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

border-color css

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

 span { border-color: rgb(215,174,240); }

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