Html Css Color HEX #D5B5F8 Mauve

📋 copy color: '#D5B5F8'

red 213 ◦ green 181 ◦ blue 248

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

Shades of Mauve #D5B5F8

Tints of Mauve #D5B5F8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.19%

 BLUE value IS 248 (97.27% from 255) = 38.63%

R = 33.18%
G = 28.19%
B = 38.63%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D5B5F8 (or 0xD5B5F8) is known color: Mauve. HEX triplet: D5, B5 and F8. RGB value is (213,181,248). Sum of RGB (Red+Green+Blue) = 213+181+248=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5B5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B5F8 is #2A4A07. Grayscale: #C5C5C5. Windows color (decimal): -2771464 or 16299477. OLE color: 16299477.

HSL color Cylindrical-coordinate representation of color #D5B5F8: hue angle of 268.66º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5B5F8 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 181 248 -
CMYK 0.14 0.27 0 0.03
HSL 268.66º 0.83% 0.84% -
HSV(B) 268.66º 0.27% 0.97% -
XYZ 60.91 53.97 96.01 -
YUV 198.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 213 181 248 0.14 0.27 0 0.03 268.66 0.83 0.84
Hex D5 B5 F8 E 1B 0 3 10D 53 54
Octal 325 265 370 16 33 0 3 415 123 124
Binary 11010101 10110101 11111000 1110 11011 0 11 100001101 1010011 1010100

Color Harmonies of #D5B5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B5F8

Black with #D5B5F8

Text Example


Text Example

White with #D5B5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B5F8; }

 p { color: rgb(213,181,248); }

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

background-color css

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

 a { background-color: rgb(213,181,248); }

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

border-color css

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

 span { border-color: rgb(213,181,248); }

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