Html Css Color HEX #DCBCF0 Mauve

📋 copy color: '#DCBCF0'

red 220 ◦ green 188 ◦ blue 240

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

Shades of Mauve #DCBCF0

Tints of Mauve #DCBCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.04%

R = 33.95%
G = 29.01%
B = 37.04%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCBCF0 (or 0xDCBCF0) is known color: Mauve. HEX triplet: DC, BC and F0. RGB value is (220,188,240). Sum of RGB (Red+Green+Blue) = 220+188+240=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCBCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCF0 is #23430F. Grayscale: #CBCBCB. Windows color (decimal): -2310928 or 15776988. OLE color: 15776988.

HSL color Cylindrical-coordinate representation of color #DCBCF0: hue angle of 276.92º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBCF0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 188 240 -
CMYK 0.08 0.22 0 0.06
HSL 276.92º 0.63% 0.84% -
HSV(B) 276.92º 0.22% 0.94% -
XYZ 63.23 57.47 90.2 -
YUV 203.5 148.6 139.77 -
System Red Green Blue C M Y K H S L
Decimal 220 188 240 0.08 0.22 0 0.06 276.92 0.63 0.84
Hex DC BC F0 8 16 0 6 115 3F 54
Octal 334 274 360 10 26 0 6 425 77 124
Binary 11011100 10111100 11110000 1000 10110 0 110 100010101 111111 1010100

Color Harmonies of #DCBCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCF0

Black with #DCBCF0

Text Example


Text Example

White with #DCBCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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