Html Css Color HEX #D7AEFF Mauve

📋 copy color: '#D7AEFF'

red 215 ◦ green 174 ◦ blue 255

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

Shades of Mauve #D7AEFF

Tints of Mauve #D7AEFF

RGB

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

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

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

R = 33.39%
G = 27.02%
B = 39.6%

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

#D7AEFF (or 0xD7AEFF) is known color: Mauve. HEX triplet: D7, AE and FF. RGB value is (215,174,255). Sum of RGB (Red+Green+Blue) = 215+174+255=644 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.39% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AEFF is #285100. Grayscale: #C3C3C3. Windows color (decimal): -2642177 or 16756439. OLE color: 16756439.

HSL color Cylindrical-coordinate representation of color #D7AEFF: hue angle of 270.37º 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 #D7AEFF is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 174 255 -
CMYK 0.16 0.32 0 0
HSL 270.37º 1% 0.84% -
HSV(B) 270.37º 0.32% 1% -
XYZ 61.21 51.94 101.41 -
YUV 195.49 161.58 141.91 -
System Red Green Blue C M Y K H S L
Decimal 215 174 255 0.16 0.32 0 0 270.37 1 0.84
Hex D7 AE FF 10 20 0 0 10E 64 54
Octal 327 256 377 20 40 0 0 416 144 124
Binary 11010111 10101110 11111111 10000 100000 0 0 100001110 1100100 1010100

Color Harmonies of #D7AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AEFF

Black with #D7AEFF

Text Example


Text Example

White with #D7AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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