Html Css Color HEX #D5B8FB Mauve

📋 copy color: '#D5B8FB'

red 213 ◦ green 184 ◦ blue 251

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

Shades of Mauve #D5B8FB

Tints of Mauve #D5B8FB

RGB

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

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

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

R = 32.87%
G = 28.4%
B = 38.73%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5B8FB (or 0xD5B8FB) is known color: Mauve. HEX triplet: D5, B8 and FB. RGB value is (213,184,251). Sum of RGB (Red+Green+Blue) = 213+184+251=648 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.87% from 648); Green value is 184 (72.27% from 255 or 28.40% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5B8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B8FB is #2A4704. Grayscale: #C8C8C8. Windows color (decimal): -2770693 or 16496853. OLE color: 16496853.

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

Color convert

RGB 213 184 251 -
CMYK 0.15 0.27 0 0.02
HSL 265.97º 0.89% 0.85% -
HSV(B) 265.97º 0.27% 0.98% -
XYZ 61.99 55.39 98.69 -
YUV 200.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 213 184 251 0.15 0.27 0 0.02 265.97 0.89 0.85
Hex D5 B8 FB F 1B 0 2 10A 59 55
Octal 325 270 373 17 33 0 2 412 131 125
Binary 11010101 10111000 11111011 1111 11011 0 10 100001010 1011001 1010101

Color Harmonies of #D5B8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B8FB

Black with #D5B8FB

Text Example


Text Example

White with #D5B8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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