Html Css Color HEX #D5AEEE Mauve

📋 copy color: '#D5AEEE'

red 213 ◦ green 174 ◦ blue 238

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

Shades of Mauve #D5AEEE

Tints of Mauve #D5AEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.08%

R = 34.08%
G = 27.84%
B = 38.08%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5AEEE (or 0xD5AEEE) is known color: Mauve. HEX triplet: D5, AE and EE. RGB value is (213,174,238). Sum of RGB (Red+Green+Blue) = 213+174+238=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AEEE is #2A5111. Grayscale: #C0C0C0. Windows color (decimal): -2773266 or 15642325. OLE color: 15642325.

HSL color Cylindrical-coordinate representation of color #D5AEEE: hue angle of 276.56º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5AEEE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 174 238 -
CMYK 0.11 0.27 0 0.07
HSL 276.56º 0.65% 0.81% -
HSV(B) 276.56º 0.27% 0.93% -
XYZ 58.01 50.59 87.6 -
YUV 192.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 213 174 238 0.11 0.27 0 0.07 276.56 0.65 0.81
Hex D5 AE EE B 1B 0 7 115 41 51
Octal 325 256 356 13 33 0 7 425 101 121
Binary 11010101 10101110 11101110 1011 11011 0 111 100010101 1000001 1010001

Color Harmonies of #D5AEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AEEE

Black with #D5AEEE

Text Example


Text Example

White with #D5AEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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