Html Css Color HEX #DCB7FF Mauve

📋 copy color: '#DCB7FF'

red 220 ◦ green 183 ◦ blue 255

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

Shades of Mauve #DCB7FF

Tints of Mauve #DCB7FF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.81%

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

R = 33.43%
G = 27.81%
B = 38.75%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCB7FF (or 0xDCB7FF) is known color: Mauve. HEX triplet: DC, B7 and FF. RGB value is (220,183,255). Sum of RGB (Red+Green+Blue) = 220+183+255=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 183 (71.88% from 255 or 27.81% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCB7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7FF is #234800. Grayscale: #CACACA. Windows color (decimal): -2312193 or 16758748. OLE color: 16758748.

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

Color convert

RGB 220 183 255 -
CMYK 0.14 0.28 0 0
HSL 270.83º 1% 0.86% -
HSV(B) 270.83º 0.28% 1% -
XYZ 64.5 56.3 102.08 -
YUV 202.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 220 183 255 0.14 0.28 0 0 270.83 1 0.86
Hex DC B7 FF E 1C 0 0 10F 64 56
Octal 334 267 377 16 34 0 0 417 144 126
Binary 11011100 10110111 11111111 1110 11100 0 0 100001111 1100100 1010110

Color Harmonies of #DCB7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7FF

Black with #DCB7FF

Text Example


Text Example

White with #DCB7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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