Html Css Color HEX #DCBCFB Mauve

📋 copy color: '#DCBCFB'

red 220 ◦ green 188 ◦ blue 251

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

Shades of Mauve #DCBCFB

Tints of Mauve #DCBCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.09%

R = 33.38%
G = 28.53%
B = 38.09%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCBCFB (or 0xDCBCFB) is known color: Mauve. HEX triplet: DC, BC and FB. RGB value is (220,188,251). Sum of RGB (Red+Green+Blue) = 220+188+251=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCBCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCFB is #234304. Grayscale: #CCCCCC. Windows color (decimal): -2310917 or 16497884. OLE color: 16497884.

HSL color Cylindrical-coordinate representation of color #DCBCFB: hue angle of 270.48º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBCFB is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 188 251 -
CMYK 0.12 0.25 0 0.02
HSL 270.48º 0.89% 0.86% -
HSV(B) 270.48º 0.25% 0.98% -
XYZ 64.91 58.15 99.07 -
YUV 204.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 220 188 251 0.12 0.25 0 0.02 270.48 0.89 0.86
Hex DC BC FB C 19 0 2 10E 59 56
Octal 334 274 373 14 31 0 2 416 131 126
Binary 11011100 10111100 11111011 1100 11001 0 10 100001110 1011001 1010110

Color Harmonies of #DCBCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCFB

Black with #DCBCFB

Text Example


Text Example

White with #DCBCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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