Html Css Color HEX #D5B5F0 Mauve

📋 copy color: '#D5B5F0'

red 213 ◦ green 181 ◦ blue 240

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

Shades of Mauve #D5B5F0

Tints of Mauve #D5B5F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.85%

R = 33.6%
G = 28.55%
B = 37.85%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D5B5F0 (or 0xD5B5F0) is known color: Mauve. HEX triplet: D5, B5 and F0. RGB value is (213,181,240). Sum of RGB (Red+Green+Blue) = 213+181+240=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #D5B5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B5F0 is #2A4A0F. Grayscale: #C5C5C5. Windows color (decimal): -2771472 or 15775189. OLE color: 15775189.

HSL color Cylindrical-coordinate representation of color #D5B5F0: hue angle of 272.54º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5B5F0 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 181 240 -
CMYK 0.11 0.25 0 0.06
HSL 272.54º 0.66% 0.83% -
HSV(B) 272.54º 0.25% 0.94% -
XYZ 59.69 53.49 89.62 -
YUV 197.29 152.1 139.2 -
System Red Green Blue C M Y K H S L
Decimal 213 181 240 0.11 0.25 0 0.06 272.54 0.66 0.83
Hex D5 B5 F0 B 19 0 6 111 42 53
Octal 325 265 360 13 31 0 6 421 102 123
Binary 11010101 10110101 11110000 1011 11001 0 110 100010001 1000010 1010011

Color Harmonies of #D5B5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B5F0

Black with #D5B5F0

Text Example


Text Example

White with #D5B5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B5F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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