Html Css Color HEX #DCB1EC Mauve

📋 copy color: '#DCB1EC'

red 220 ◦ green 177 ◦ blue 236

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

Shades of Mauve #DCB1EC

Tints of Mauve #DCB1EC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.96%

 BLUE value IS 236 (92.58% from 255) = 37.28%

R = 34.76%
G = 27.96%
B = 37.28%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCB1EC (or 0xDCB1EC) is known color: Mauve. HEX triplet: DC, B1 and EC. RGB value is (220,177,236). Sum of RGB (Red+Green+Blue) = 220+177+236=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB1EC is #234E13. Grayscale: #C4C4C4. Windows color (decimal): -2313748 or 15512028. OLE color: 15512028.

HSL color Cylindrical-coordinate representation of color #DCB1EC: hue angle of 283.73º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCB1EC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 177 236 -
CMYK 0.07 0.25 0 0.07
HSL 283.73º 0.61% 0.81% -
HSV(B) 283.73º 0.25% 0.93% -
XYZ 60.38 52.72 86.35 -
YUV 196.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 220 177 236 0.07 0.25 0 0.07 283.73 0.61 0.81
Hex DC B1 EC 7 19 0 7 11C 3D 51
Octal 334 261 354 7 31 0 7 434 75 121
Binary 11011100 10110001 11101100 111 11001 0 111 100011100 111101 1010001

Color Harmonies of #DCB1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB1EC

Black with #DCB1EC

Text Example


Text Example

White with #DCB1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB1EC; }

 p { color: rgb(220,177,236); }

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

background-color css

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

 a { background-color: rgb(220,177,236); }

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

border-color css

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

 span { border-color: rgb(220,177,236); }

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