Html Css Color HEX #D5AEEC Mauve

📋 copy color: '#D5AEEC'

red 213 ◦ green 174 ◦ blue 236

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

Shades of Mauve #D5AEEC

Tints of Mauve #D5AEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.88%

R = 34.19%
G = 27.93%
B = 37.88%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5AEEC (or 0xD5AEEC) is known color: Mauve. HEX triplet: D5, AE and EC. RGB value is (213,174,236). Sum of RGB (Red+Green+Blue) = 213+174+236=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AEEC is #2A5113. Grayscale: #C0C0C0. Windows color (decimal): -2773268 or 15511253. OLE color: 15511253.

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

Color convert

RGB 213 174 236 -
CMYK 0.10 0.26 0 0.07
HSL 277.74º 0.62% 0.8% -
HSV(B) 277.74º 0.26% 0.93% -
XYZ 57.72 50.47 86.06 -
YUV 192.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 213 174 236 0.10 0.26 0 0.07 277.74 0.62 0.8
Hex D5 AE EC A 1A 0 7 116 3E 50
Octal 325 256 354 12 32 0 7 426 76 120
Binary 11010101 10101110 11101100 1010 11010 0 111 100010110 111110 1010000

Color Harmonies of #D5AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AEEC

Black with #D5AEEC

Text Example


Text Example

White with #D5AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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