Html Css Color HEX #DCBEF6 Mauve

📋 copy color: '#DCBEF6'

red 220 ◦ green 190 ◦ blue 246

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

Shades of Mauve #DCBEF6

Tints of Mauve #DCBEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.5%

R = 33.54%
G = 28.96%
B = 37.5%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DCBEF6 (or 0xDCBEF6) is known color: Mauve. HEX triplet: DC, BE and F6. RGB value is (220,190,246). Sum of RGB (Red+Green+Blue) = 220+190+246=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCBEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEF6 is #234109. Grayscale: #CDCDCD. Windows color (decimal): -2310410 or 16170716. OLE color: 16170716.

HSL color Cylindrical-coordinate representation of color #DCBEF6: hue angle of 272.14º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBEF6 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 190 246 -
CMYK 0.11 0.23 0 0.04
HSL 272.14º 0.76% 0.85% -
HSV(B) 272.14º 0.23% 0.96% -
XYZ 64.56 58.7 95.12 -
YUV 205.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 220 190 246 0.11 0.23 0 0.04 272.14 0.76 0.85
Hex DC BE F6 B 17 0 4 110 4C 55
Octal 334 276 366 13 27 0 4 420 114 125
Binary 11011100 10111110 11110110 1011 10111 0 100 100010000 1001100 1010101

Color Harmonies of #DCBEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBEF6

Black with #DCBEF6

Text Example


Text Example

White with #DCBEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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