Html Css Color HEX #DCBFF7 Mauve

📋 copy color: '#DCBFF7'

red 220 ◦ green 191 ◦ blue 247

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

Shades of Mauve #DCBFF7

Tints of Mauve #DCBFF7

RGB

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

 GREEN value IS 191 (75% from 255) = 29.03%

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

R = 33.43%
G = 29.03%
B = 37.54%

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

#DCBFF7 (or 0xDCBFF7) is known color: Mauve. HEX triplet: DC, BF and F7. RGB value is (220,191,247). Sum of RGB (Red+Green+Blue) = 220+191+247=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCBFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFF7 is #234008. Grayscale: #CDCDCD. Windows color (decimal): -2310153 or 16236508. OLE color: 16236508.

HSL color Cylindrical-coordinate representation of color #DCBFF7: hue angle of 271.07º 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 #DCBFF7 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 191 247 -
CMYK 0.11 0.23 0 0.03
HSL 271.07º 0.78% 0.86% -
HSV(B) 271.07º 0.23% 0.97% -
XYZ 64.93 59.19 96 -
YUV 206.06 151.11 137.95 -
System Red Green Blue C M Y K H S L
Decimal 220 191 247 0.11 0.23 0 0.03 271.07 0.78 0.86
Hex DC BF F7 B 17 0 3 10F 4E 56
Octal 334 277 367 13 27 0 3 417 116 126
Binary 11011100 10111111 11110111 1011 10111 0 11 100001111 1001110 1010110

Color Harmonies of #DCBFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBFF7

Black with #DCBFF7

Text Example


Text Example

White with #DCBFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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