Html Css Color HEX #D5AEFF Mauve

📋 copy color: '#D5AEFF'

red 213 ◦ green 174 ◦ blue 255

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

Shades of Mauve #D5AEFF

Tints of Mauve #D5AEFF

RGB

 RED value IS 213 (83.59% from 255) = 33.18%

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

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

R = 33.18%
G = 27.1%
B = 39.72%

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

#D5AEFF (or 0xD5AEFF) is known color: Mauve. HEX triplet: D5, AE and FF. RGB value is (213,174,255). Sum of RGB (Red+Green+Blue) = 213+174+255=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AEFF is #2A5100. Grayscale: #C2C2C2. Windows color (decimal): -2773249 or 16756437. OLE color: 16756437.

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

Color convert

RGB 213 174 255 -
CMYK 0.16 0.32 0 0
HSL 268.89º 1% 0.84% -
HSV(B) 268.89º 0.32% 1% -
XYZ 60.63 51.64 101.38 -
YUV 194.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 213 174 255 0.16 0.32 0 0 268.89 1 0.84
Hex D5 AE FF 10 20 0 0 10D 64 54
Octal 325 256 377 20 40 0 0 415 144 124
Binary 11010101 10101110 11111111 10000 100000 0 0 100001101 1100100 1010100

Color Harmonies of #D5AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AEFF

Black with #D5AEFF

Text Example


Text Example

White with #D5AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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