Html Css Color HEX #D5B6F8 Mauve

📋 copy color: '#D5B6F8'

red 213 ◦ green 182 ◦ blue 248

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

Shades of Mauve #D5B6F8

Tints of Mauve #D5B6F8

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.3%

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

R = 33.13%
G = 28.3%
B = 38.57%

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

#D5B6F8 (or 0xD5B6F8) is known color: Mauve. HEX triplet: D5, B6 and F8. RGB value is (213,182,248). Sum of RGB (Red+Green+Blue) = 213+182+248=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 182 (71.48% from 255 or 28.30% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5B6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B6F8 is #2A4907. Grayscale: #C6C6C6. Windows color (decimal): -2771208 or 16299733. OLE color: 16299733.

HSL color Cylindrical-coordinate representation of color #D5B6F8: hue angle of 268.18º degrees, saturation: 0.82, 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 #D5B6F8 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 182 248 -
CMYK 0.14 0.27 0 0.03
HSL 268.18º 0.83% 0.84% -
HSV(B) 268.18º 0.27% 0.97% -
XYZ 61.11 54.38 96.08 -
YUV 198.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 213 182 248 0.14 0.27 0 0.03 268.18 0.83 0.84
Hex D5 B6 F8 E 1B 0 3 10C 52 54
Octal 325 266 370 16 33 0 3 414 122 124
Binary 11010101 10110110 11111000 1110 11011 0 11 100001100 1010010 1010100

Color Harmonies of #D5B6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B6F8

Black with #D5B6F8

Text Example


Text Example

White with #D5B6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B6F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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