Html Css Color HEX #DCB5FF Mauve

📋 copy color: '#DCB5FF'

red 220 ◦ green 181 ◦ blue 255

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

Shades of Mauve #DCB5FF

Tints of Mauve #DCB5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.87%

R = 33.54%
G = 27.59%
B = 38.87%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCB5FF (or 0xDCB5FF) is known color: Mauve. HEX triplet: DC, B5 and FF. RGB value is (220,181,255). Sum of RGB (Red+Green+Blue) = 220+181+255=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCB5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5FF is #234A00. Grayscale: #C8C8C8. Windows color (decimal): -2312705 or 16758236. OLE color: 16758236.

HSL color Cylindrical-coordinate representation of color #DCB5FF: hue angle of 271.62º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCB5FF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 181 255 -
CMYK 0.14 0.29 0 0
HSL 271.62º 1% 0.85% -
HSV(B) 271.62º 0.29% 1% -
XYZ 64.09 55.48 101.94 -
YUV 201.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 220 181 255 0.14 0.29 0 0 271.62 1 0.85
Hex DC B5 FF E 1D 0 0 110 64 55
Octal 334 265 377 16 35 0 0 420 144 125
Binary 11011100 10110101 11111111 1110 11101 0 0 100010000 1100100 1010101

Color Harmonies of #DCB5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5FF

Black with #DCB5FF

Text Example


Text Example

White with #DCB5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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