Html Css Color HEX #D5AFEC Mauve

📋 copy color: '#D5AFEC'

red 213 ◦ green 175 ◦ blue 236

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

Shades of Mauve #D5AFEC

Tints of Mauve #D5AFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.04%

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

R = 34.13%
G = 28.04%
B = 37.82%

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

#D5AFEC (or 0xD5AFEC) is known color: Mauve. HEX triplet: D5, AF and EC. RGB value is (213,175,236). Sum of RGB (Red+Green+Blue) = 213+175+236=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFEC is #2A5013. Grayscale: #C1C1C1. Windows color (decimal): -2773012 or 15511509. OLE color: 15511509.

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

Color convert

RGB 213 175 236 -
CMYK 0.10 0.26 0 0.07
HSL 277.38º 0.62% 0.81% -
HSV(B) 277.38º 0.26% 0.93% -
XYZ 57.91 50.86 86.12 -
YUV 193.32 152.09 142.04 -
System Red Green Blue C M Y K H S L
Decimal 213 175 236 0.10 0.26 0 0.07 277.38 0.62 0.81
Hex D5 AF EC A 1A 0 7 115 3E 51
Octal 325 257 354 12 32 0 7 425 76 121
Binary 11010101 10101111 11101100 1010 11010 0 111 100010101 111110 1010001

Color Harmonies of #D5AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFEC

Black with #D5AFEC

Text Example


Text Example

White with #D5AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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