Html Css Color HEX #DCBEF7 Mauve

📋 copy color: '#DCBEF7'

red 220 ◦ green 190 ◦ blue 247

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

Shades of Mauve #DCBEF7

Tints of Mauve #DCBEF7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.92%

 BLUE value IS 247 (96.88% from 255) = 37.6%

R = 33.49%
G = 28.92%
B = 37.6%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DCBEF7 (or 0xDCBEF7) is known color: Mauve. HEX triplet: DC, BE and F7. RGB value is (220,190,247). Sum of RGB (Red+Green+Blue) = 220+190+247=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 190 (74.61% from 255 or 28.92% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCBEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEF7 is #234108. Grayscale: #CDCDCD. Windows color (decimal): -2310409 or 16236252. OLE color: 16236252.

HSL color Cylindrical-coordinate representation of color #DCBEF7: hue angle of 271.58º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBEF7 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 190 247 -
CMYK 0.11 0.23 0 0.03
HSL 271.58º 0.78% 0.86% -
HSV(B) 271.58º 0.23% 0.97% -
XYZ 64.72 58.76 95.93 -
YUV 205.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 220 190 247 0.11 0.23 0 0.03 271.58 0.78 0.86
Hex DC BE F7 B 17 0 3 110 4E 56
Octal 334 276 367 13 27 0 3 420 116 126
Binary 11011100 10111110 11110111 1011 10111 0 11 100010000 1001110 1010110

Color Harmonies of #DCBEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBEF7

Black with #DCBEF7

Text Example


Text Example

White with #DCBEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBEF7; }

 p { color: rgb(220,190,247); }

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

background-color css

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

 a { background-color: rgb(220,190,247); }

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

border-color css

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

 span { border-color: rgb(220,190,247); }

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