Html Css Color HEX #DCBCF3 Mauve

📋 copy color: '#DCBCF3'

red 220 ◦ green 188 ◦ blue 243

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

Shades of Mauve #DCBCF3

Tints of Mauve #DCBCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.33%

R = 33.79%
G = 28.88%
B = 37.33%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCBCF3 (or 0xDCBCF3) is known color: Mauve. HEX triplet: DC, BC and F3. RGB value is (220,188,243). Sum of RGB (Red+Green+Blue) = 220+188+243=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCBCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCF3 is #23430C. Grayscale: #CBCBCB. Windows color (decimal): -2310925 or 15973596. OLE color: 15973596.

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

Color convert

RGB 220 188 243 -
CMYK 0.09 0.23 0 0.05
HSL 274.91º 0.7% 0.85% -
HSV(B) 274.91º 0.23% 0.95% -
XYZ 63.68 57.65 92.57 -
YUV 203.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 220 188 243 0.09 0.23 0 0.05 274.91 0.7 0.85
Hex DC BC F3 9 17 0 5 113 46 55
Octal 334 274 363 11 27 0 5 423 106 125
Binary 11011100 10111100 11110011 1001 10111 0 101 100010011 1000110 1010101

Color Harmonies of #DCBCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCF3

Black with #DCBCF3

Text Example


Text Example

White with #DCBCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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