Html Css Color HEX #D5B3FF Mauve

📋 copy color: '#D5B3FF'

red 213 ◦ green 179 ◦ blue 255

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

Shades of Mauve #D5B3FF

Tints of Mauve #D5B3FF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.67%

 BLUE value IS 255 (100% from 255) = 39.41%

R = 32.92%
G = 27.67%
B = 39.41%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D5B3FF (or 0xD5B3FF) is known color: Mauve. HEX triplet: D5, B3 and FF. RGB value is (213,179,255). Sum of RGB (Red+Green+Blue) = 213+179+255=647 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.92% from 647); Green value is 179 (70.31% from 255 or 27.67% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5B3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B3FF is #2A4C00. Grayscale: #C5C5C5. Windows color (decimal): -2771969 or 16757717. OLE color: 16757717.

HSL color Cylindrical-coordinate representation of color #D5B3FF: hue angle of 266.84º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5B3FF is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 213 179 255 -
CMYK 0.16 0.30 0 0
HSL 266.84º 1% 0.85% -
HSV(B) 266.84º 0.3% 1% -
XYZ 61.61 53.61 101.71 -
YUV 197.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 213 179 255 0.16 0.30 0 0 266.84 1 0.85
Hex D5 B3 FF 10 1E 0 0 10B 64 55
Octal 325 263 377 20 36 0 0 413 144 125
Binary 11010101 10110011 11111111 10000 11110 0 0 100001011 1100100 1010101

Color Harmonies of #D5B3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B3FF

Black with #D5B3FF

Text Example


Text Example

White with #D5B3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B3FF; }

 p { color: rgb(213,179,255); }

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

background-color css

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

 a { background-color: rgb(213,179,255); }

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

border-color css

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

 span { border-color: rgb(213,179,255); }

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