Html Css Color HEX #DCB7E8 Mauve

📋 copy color: '#DCB7E8'

red 220 ◦ green 183 ◦ blue 232

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

Shades of Mauve #DCB7E8

Tints of Mauve #DCB7E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.54%

R = 34.65%
G = 28.82%
B = 36.54%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCB7E8 (or 0xDCB7E8) is known color: Mauve. HEX triplet: DC, B7 and E8. RGB value is (220,183,232). Sum of RGB (Red+Green+Blue) = 220+183+232=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCB7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB7E8 is #234817. Grayscale: #C7C7C7. Windows color (decimal): -2312216 or 15251420. OLE color: 15251420.

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

Color convert

RGB 220 183 232 -
CMYK 0.05 0.21 0 0.09
HSL 285.31º 0.52% 0.81% -
HSV(B) 285.31º 0.21% 0.91% -
XYZ 61.01 54.91 83.73 -
YUV 199.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 220 183 232 0.05 0.21 0 0.09 285.31 0.52 0.81
Hex DC B7 E8 5 15 0 9 11D 34 51
Octal 334 267 350 5 25 0 11 435 64 121
Binary 11011100 10110111 11101000 101 10101 0 1001 100011101 110100 1010001

Color Harmonies of #DCB7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7E8

Black with #DCB7E8

Text Example


Text Example

White with #DCB7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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