Html Css Color HEX #D5AAFD Mauve

📋 copy color: '#D5AAFD'

red 213 ◦ green 170 ◦ blue 253

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

Shades of Mauve #D5AAFD

Tints of Mauve #D5AAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.73%

 BLUE value IS 253 (99.22% from 255) = 39.78%

R = 33.49%
G = 26.73%
B = 39.78%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D5AAFD (or 0xD5AAFD) is known color: Mauve. HEX triplet: D5, AA and FD. RGB value is (213,170,253). Sum of RGB (Red+Green+Blue) = 213+170+253=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AAFD is #2A5502. Grayscale: #C0C0C0. Windows color (decimal): -2774275 or 16624341. OLE color: 16624341.

HSL color Cylindrical-coordinate representation of color #D5AAFD: hue angle of 271.08º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5AAFD is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 170 253 -
CMYK 0.16 0.33 0 0.01
HSL 271.08º 0.95% 0.83% -
HSV(B) 271.08º 0.33% 0.99% -
XYZ 59.54 49.99 99.44 -
YUV 192.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 213 170 253 0.16 0.33 0 0.01 271.08 0.95 0.83
Hex D5 AA FD 10 21 0 1 10F 5F 53
Octal 325 252 375 20 41 0 1 417 137 123
Binary 11010101 10101010 11111101 10000 100001 0 1 100001111 1011111 1010011

Color Harmonies of #D5AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AAFD

Black with #D5AAFD

Text Example


Text Example

White with #D5AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AAFD; }

 p { color: rgb(213,170,253); }

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

background-color css

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

 a { background-color: rgb(213,170,253); }

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

border-color css

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

 span { border-color: rgb(213,170,253); }

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