Html Css Color HEX #DCB5F1 Mauve

📋 copy color: '#DCB5F1'

red 220 ◦ green 181 ◦ blue 241

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

Shades of Mauve #DCB5F1

Tints of Mauve #DCB5F1

RGB

 RED value IS 220 (86.33% from 255) = 34.27%

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

 BLUE value IS 241 (94.53% from 255) = 37.54%

R = 34.27%
G = 28.19%
B = 37.54%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCB5F1 (or 0xDCB5F1) is known color: Mauve. HEX triplet: DC, B5 and F1. RGB value is (220,181,241). Sum of RGB (Red+Green+Blue) = 220+181+241=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCB5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5F1 is #234A0E. Grayscale: #C7C7C7. Windows color (decimal): -2312719 or 15840732. OLE color: 15840732.

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

Color convert

RGB 220 181 241 -
CMYK 0.09 0.25 0 0.05
HSL 279º 0.68% 0.83% -
HSV(B) 279º 0.25% 0.95% -
XYZ 61.92 54.61 90.5 -
YUV 199.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 220 181 241 0.09 0.25 0 0.05 279 0.68 0.83
Hex DC B5 F1 9 19 0 5 117 44 53
Octal 334 265 361 11 31 0 5 427 104 123
Binary 11011100 10110101 11110001 1001 11001 0 101 100010111 1000100 1010011

Color Harmonies of #DCB5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5F1

Black with #DCB5F1

Text Example


Text Example

White with #DCB5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5F1; }

 p { color: rgb(220,181,241); }

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

background-color css

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

 a { background-color: rgb(220,181,241); }

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

border-color css

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

 span { border-color: rgb(220,181,241); }

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