Html Css Color HEX #D5B8FE Mauve

📋 copy color: '#D5B8FE'

red 213 ◦ green 184 ◦ blue 254

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

Shades of Mauve #D5B8FE

Tints of Mauve #D5B8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.26%

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

R = 32.72%
G = 28.26%
B = 39.02%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D5B8FE (or 0xD5B8FE) is known color: Mauve. HEX triplet: D5, B8 and FE. RGB value is (213,184,254). Sum of RGB (Red+Green+Blue) = 213+184+254=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 184 (72.27% from 255 or 28.26% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5B8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B8FE is #2A4701. Grayscale: #C8C8C8. Windows color (decimal): -2770690 or 16693461. OLE color: 16693461.

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

Color convert

RGB 213 184 254 -
CMYK 0.16 0.28 0 0.00
HSL 264.86º 0.97% 0.86% -
HSV(B) 264.86º 0.28% 1% -
XYZ 62.47 55.58 101.2 -
YUV 200.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 213 184 254 0.16 0.28 0 0.00 264.86 0.97 0.86
Hex D5 B8 FE 10 1C 0 0 109 61 56
Octal 325 270 376 20 34 0 0 411 141 126
Binary 11010101 10111000 11111110 10000 11100 0 0 100001001 1100001 1010110

Color Harmonies of #D5B8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B8FE

Black with #D5B8FE

Text Example


Text Example

White with #D5B8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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