Html Css Color HEX #D5B5F3 Mauve

📋 copy color: '#D5B5F3'

red 213 ◦ green 181 ◦ blue 243

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

Shades of Mauve #D5B5F3

Tints of Mauve #D5B5F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.15%

R = 33.44%
G = 28.41%
B = 38.15%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D5B5F3 (or 0xD5B5F3) is known color: Mauve. HEX triplet: D5, B5 and F3. RGB value is (213,181,243). Sum of RGB (Red+Green+Blue) = 213+181+243=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #D5B5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B5F3 is #2A4A0C. Grayscale: #C5C5C5. Windows color (decimal): -2771469 or 15971797. OLE color: 15971797.

HSL color Cylindrical-coordinate representation of color #D5B5F3: hue angle of 270.97º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5B5F3 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 181 243 -
CMYK 0.12 0.26 0 0.05
HSL 270.97º 0.72% 0.83% -
HSV(B) 270.97º 0.26% 0.95% -
XYZ 60.14 53.66 91.98 -
YUV 197.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 213 181 243 0.12 0.26 0 0.05 270.97 0.72 0.83
Hex D5 B5 F3 C 1A 0 5 10F 48 53
Octal 325 265 363 14 32 0 5 417 110 123
Binary 11010101 10110101 11110011 1100 11010 0 101 100001111 1001000 1010011

Color Harmonies of #D5B5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B5F3

Black with #D5B5F3

Text Example


Text Example

White with #D5B5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B5F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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