Html Css Color HEX #D5A8FB Mauve

📋 copy color: '#D5A8FB'

red 213 ◦ green 168 ◦ blue 251

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

Shades of Mauve #D5A8FB

Tints of Mauve #D5A8FB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.58%

 BLUE value IS 251 (98.44% from 255) = 39.72%

R = 33.7%
G = 26.58%
B = 39.72%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5A8FB (or 0xD5A8FB) is known color: Mauve. HEX triplet: D5, A8 and FB. RGB value is (213,168,251). Sum of RGB (Red+Green+Blue) = 213+168+251=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 168 (66.02% from 255 or 26.58% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5A8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A8FB is #2A5704. Grayscale: #BEBEBE. Windows color (decimal): -2774789 or 16492757. OLE color: 16492757.

HSL color Cylindrical-coordinate representation of color #D5A8FB: hue angle of 272.53º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5A8FB is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 168 251 -
CMYK 0.15 0.33 0 0.02
HSL 272.53º 0.91% 0.82% -
HSV(B) 272.53º 0.33% 0.98% -
XYZ 58.86 49.12 97.65 -
YUV 190.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 213 168 251 0.15 0.33 0 0.02 272.53 0.91 0.82
Hex D5 A8 FB F 21 0 2 111 5B 52
Octal 325 250 373 17 41 0 2 421 133 122
Binary 11010101 10101000 11111011 1111 100001 0 10 100010001 1011011 1010010

Color Harmonies of #D5A8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A8FB

Black with #D5A8FB

Text Example


Text Example

White with #D5A8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A8FB; }

 p { color: rgb(213,168,251); }

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

background-color css

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

 a { background-color: rgb(213,168,251); }

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

border-color css

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

 span { border-color: rgb(213,168,251); }

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