Html Css Color HEX #DCB5EF Mauve

📋 copy color: '#DCB5EF'

red 220 ◦ green 181 ◦ blue 239

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

Shades of Mauve #DCB5EF

Tints of Mauve #DCB5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.34%

R = 34.38%
G = 28.28%
B = 37.34%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCB5EF (or 0xDCB5EF) is known color: Mauve. HEX triplet: DC, B5 and EF. RGB value is (220,181,239). Sum of RGB (Red+Green+Blue) = 220+181+239=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 181 (71.09% from 255 or 28.28% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCB5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5EF is #234A10. Grayscale: #C7C7C7. Windows color (decimal): -2312721 or 15709660. OLE color: 15709660.

HSL color Cylindrical-coordinate representation of color #DCB5EF: hue angle of 280.34º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCB5EF is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 181 239 -
CMYK 0.08 0.24 0 0.06
HSL 280.34º 0.64% 0.82% -
HSV(B) 280.34º 0.24% 0.94% -
XYZ 61.62 54.5 88.93 -
YUV 199.27 150.42 142.78 -
System Red Green Blue C M Y K H S L
Decimal 220 181 239 0.08 0.24 0 0.06 280.34 0.64 0.82
Hex DC B5 EF 8 18 0 6 118 40 52
Octal 334 265 357 10 30 0 6 430 100 122
Binary 11011100 10110101 11101111 1000 11000 0 110 100011000 1000000 1010010

Color Harmonies of #DCB5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5EF

Black with #DCB5EF

Text Example


Text Example

White with #DCB5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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