Html Css Color HEX #D5ABFE Mauve

📋 copy color: '#D5ABFE'

red 213 ◦ green 171 ◦ blue 254

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

Shades of Mauve #D5ABFE

Tints of Mauve #D5ABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.8%

 BLUE value IS 254 (99.61% from 255) = 39.81%

R = 33.39%
G = 26.8%
B = 39.81%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D5ABFE (or 0xD5ABFE) is known color: Mauve. HEX triplet: D5, AB and FE. RGB value is (213,171,254). Sum of RGB (Red+Green+Blue) = 213+171+254=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABFE is #2A5401. Grayscale: #C0C0C0. Windows color (decimal): -2774018 or 16690133. OLE color: 16690133.

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

Color convert

RGB 213 171 254 -
CMYK 0.16 0.33 0 0.00
HSL 270.36º 0.98% 0.83% -
HSV(B) 270.36º 0.33% 1% -
XYZ 59.89 50.43 100.34 -
YUV 193.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 213 171 254 0.16 0.33 0 0.00 270.36 0.98 0.83
Hex D5 AB FE 10 21 0 0 10E 62 53
Octal 325 253 376 20 41 0 0 416 142 123
Binary 11010101 10101011 11111110 10000 100001 0 0 100001110 1100010 1010011

Color Harmonies of #D5ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABFE

Black with #D5ABFE

Text Example


Text Example

White with #D5ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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