Html Css Color HEX #DCB7EF Mauve

📋 copy color: '#DCB7EF'

red 220 ◦ green 183 ◦ blue 239

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

Shades of Mauve #DCB7EF

Tints of Mauve #DCB7EF

RGB

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

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

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

R = 34.27%
G = 28.5%
B = 37.23%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCB7EF (or 0xDCB7EF) is known color: Mauve. HEX triplet: DC, B7 and EF. RGB value is (220,183,239). Sum of RGB (Red+Green+Blue) = 220+183+239=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 183 (71.88% from 255 or 28.50% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCB7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7EF is #234810. Grayscale: #C8C8C8. Windows color (decimal): -2312209 or 15710172. OLE color: 15710172.

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

Color convert

RGB 220 183 239 -
CMYK 0.08 0.23 0 0.06
HSL 279.64º 0.64% 0.83% -
HSV(B) 279.64º 0.23% 0.94% -
XYZ 62.03 55.31 89.07 -
YUV 200.45 149.76 141.95 -
System Red Green Blue C M Y K H S L
Decimal 220 183 239 0.08 0.23 0 0.06 279.64 0.64 0.83
Hex DC B7 EF 8 17 0 6 118 40 53
Octal 334 267 357 10 27 0 6 430 100 123
Binary 11011100 10110111 11101111 1000 10111 0 110 100011000 1000000 1010011

Color Harmonies of #DCB7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7EF

Black with #DCB7EF

Text Example


Text Example

White with #DCB7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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