Html Css Color HEX #DCB5F3 Mauve

📋 copy color: '#DCB5F3'

red 220 ◦ green 181 ◦ blue 243

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

Shades of Mauve #DCB5F3

Tints of Mauve #DCB5F3

RGB

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

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

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

R = 34.16%
G = 28.11%
B = 37.73%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCB5F3 (or 0xDCB5F3) is known color: Mauve. HEX triplet: DC, B5 and F3. RGB value is (220,181,243). Sum of RGB (Red+Green+Blue) = 220+181+243=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCB5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5F3 is #234A0C. Grayscale: #C7C7C7. Windows color (decimal): -2312717 or 15971804. OLE color: 15971804.

HSL color Cylindrical-coordinate representation of color #DCB5F3: hue angle of 277.74º 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 #DCB5F3 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 181 243 -
CMYK 0.09 0.26 0 0.05
HSL 277.74º 0.72% 0.83% -
HSV(B) 277.74º 0.26% 0.95% -
XYZ 62.22 54.73 92.08 -
YUV 199.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 220 181 243 0.09 0.26 0 0.05 277.74 0.72 0.83
Hex DC B5 F3 9 1A 0 5 116 48 53
Octal 334 265 363 11 32 0 5 426 110 123
Binary 11011100 10110101 11110011 1001 11010 0 101 100010110 1001000 1010011

Color Harmonies of #DCB5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5F3

Black with #DCB5F3

Text Example


Text Example

White with #DCB5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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