Html Css Color HEX #DCBCF9 Mauve

📋 copy color: '#DCBCF9'

red 220 ◦ green 188 ◦ blue 249

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

Shades of Mauve #DCBCF9

Tints of Mauve #DCBCF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.9%

R = 33.49%
G = 28.61%
B = 37.9%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCBCF9 (or 0xDCBCF9) is known color: Mauve. HEX triplet: DC, BC and F9. RGB value is (220,188,249). Sum of RGB (Red+Green+Blue) = 220+188+249=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCBCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCF9 is #234306. Grayscale: #CCCCCC. Windows color (decimal): -2310919 or 16366812. OLE color: 16366812.

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

Color convert

RGB 220 188 249 -
CMYK 0.12 0.24 0 0.02
HSL 271.48º 0.84% 0.86% -
HSV(B) 271.48º 0.24% 0.98% -
XYZ 64.6 58.02 97.42 -
YUV 204.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 220 188 249 0.12 0.24 0 0.02 271.48 0.84 0.86
Hex DC BC F9 C 18 0 2 10F 54 56
Octal 334 274 371 14 30 0 2 417 124 126
Binary 11011100 10111100 11111001 1100 11000 0 10 100001111 1010100 1010110

Color Harmonies of #DCBCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCF9

Black with #DCBCF9

Text Example


Text Example

White with #DCBCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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