Html Css Color HEX #DCBCF1 Mauve

📋 copy color: '#DCBCF1'

red 220 ◦ green 188 ◦ blue 241

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

Shades of Mauve #DCBCF1

Tints of Mauve #DCBCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.97%

 BLUE value IS 241 (94.53% from 255) = 37.13%

R = 33.9%
G = 28.97%
B = 37.13%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCBCF1 (or 0xDCBCF1) is known color: Mauve. HEX triplet: DC, BC and F1. RGB value is (220,188,241). Sum of RGB (Red+Green+Blue) = 220+188+241=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCBCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCF1 is #23430E. Grayscale: #CBCBCB. Windows color (decimal): -2310927 or 15842524. OLE color: 15842524.

HSL color Cylindrical-coordinate representation of color #DCBCF1: hue angle of 276.23º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBCF1 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 188 241 -
CMYK 0.09 0.22 0 0.05
HSL 276.23º 0.65% 0.84% -
HSV(B) 276.23º 0.22% 0.95% -
XYZ 63.38 57.53 90.98 -
YUV 203.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 220 188 241 0.09 0.22 0 0.05 276.23 0.65 0.84
Hex DC BC F1 9 16 0 5 114 41 54
Octal 334 274 361 11 26 0 5 424 101 124
Binary 11011100 10111100 11110001 1001 10110 0 101 100010100 1000001 1010100

Color Harmonies of #DCBCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCF1

Black with #DCBCF1

Text Example


Text Example

White with #DCBCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCF1; }

 p { color: rgb(220,188,241); }

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

background-color css

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

 a { background-color: rgb(220,188,241); }

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

border-color css

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

 span { border-color: rgb(220,188,241); }

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