Html Css Color HEX #DCB7E9 Mauve

📋 copy color: '#DCB7E9'

red 220 ◦ green 183 ◦ blue 233

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

Shades of Mauve #DCB7E9

Tints of Mauve #DCB7E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.64%

R = 34.59%
G = 28.77%
B = 36.64%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCB7E9 (or 0xDCB7E9) is known color: Mauve. HEX triplet: DC, B7 and E9. RGB value is (220,183,233). Sum of RGB (Red+Green+Blue) = 220+183+233=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCB7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7E9 is #234816. Grayscale: #C7C7C7. Windows color (decimal): -2312215 or 15316956. OLE color: 15316956.

HSL color Cylindrical-coordinate representation of color #DCB7E9: hue angle of 284.4º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCB7E9 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 183 233 -
CMYK 0.06 0.21 0 0.09
HSL 284.4º 0.53% 0.82% -
HSV(B) 284.4º 0.21% 0.91% -
XYZ 61.16 54.97 84.48 -
YUV 199.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 220 183 233 0.06 0.21 0 0.09 284.4 0.53 0.82
Hex DC B7 E9 6 15 0 9 11C 35 52
Octal 334 267 351 6 25 0 11 434 65 122
Binary 11011100 10110111 11101001 110 10101 0 1001 100011100 110101 1010010

Color Harmonies of #DCB7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7E9

Black with #DCB7E9

Text Example


Text Example

White with #DCB7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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