Html Css Color HEX #DCB9F0 Mauve

📋 copy color: '#DCB9F0'

red 220 ◦ green 185 ◦ blue 240

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

Shades of Mauve #DCB9F0

Tints of Mauve #DCB9F0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.68%

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

R = 34.11%
G = 28.68%
B = 37.21%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCB9F0 (or 0xDCB9F0) is known color: Mauve. HEX triplet: DC, B9 and F0. RGB value is (220,185,240). Sum of RGB (Red+Green+Blue) = 220+185+240=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCB9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB9F0 is #23460F. Grayscale: #C9C9C9. Windows color (decimal): -2311696 or 15776220. OLE color: 15776220.

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

Color convert

RGB 220 185 240 -
CMYK 0.08 0.23 0 0.06
HSL 278.18º 0.65% 0.83% -
HSV(B) 278.18º 0.23% 0.94% -
XYZ 62.59 56.2 89.99 -
YUV 201.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 220 185 240 0.08 0.23 0 0.06 278.18 0.65 0.83
Hex DC B9 F0 8 17 0 6 116 41 53
Octal 334 271 360 10 27 0 6 426 101 123
Binary 11011100 10111001 11110000 1000 10111 0 110 100010110 1000001 1010011

Color Harmonies of #DCB9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9F0

Black with #DCB9F0

Text Example


Text Example

White with #DCB9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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