#D5AFFE

Color #D5AFFE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #D5AFFE

Tints of Mauve #D5AFFE

Color information

#D5AFFE (or 0xD5AFFE) is unknown color: approx Mauve. HEX triplet: D5, AF and FE. RGB value is (213,175,254). Sum of RGB (Red+Green+Blue) = 213+175+254=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFFE is #2A5001. Grayscale: #C3C3C3. Windows color (decimal): -2772994 or 16691157. OLE color: 16691157.

HSL color Cylindrical-coordinate representation of color #D5AFFE: hue angle of 268.86º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5AFFE is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB213175254-
CMYK0.160.3100.00
HSL268.86º97.53%84.12%-
HSV(B)268.86º31.1%99.61%-
XYZ60.6651.96100.6-
YUV195.37161.09140.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.18%
GREEN value IS 175 (68.75% from 255) = 27.26%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=33.18%
G=27.26%
B=39.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131752540.160.3100.00268.8697.5384.12
HexD5AFFE101F0010d6254
Octal325257376203700415142124
Binary11010101101011111111111010000111110010000110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFFE; }

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

 H1.HeaderClassName
 {
   color: #D5AFFE;
 }
 .AnyTagClassName
 {
   color: #D5AFFE;
 }
</style>
background-color css

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

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

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

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

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

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