Html Css Color HEX #DCB6F0 Mauve

📋 copy color: '#DCB6F0'

red 220 ◦ green 182 ◦ blue 240

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

Shades of Mauve #DCB6F0

Tints of Mauve #DCB6F0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.35%

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

R = 34.27%
G = 28.35%
B = 37.38%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCB6F0 (or 0xDCB6F0) is known color: Mauve. HEX triplet: DC, B6 and F0. RGB value is (220,182,240). Sum of RGB (Red+Green+Blue) = 220+182+240=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCB6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6F0 is #23490F. Grayscale: #C7C7C7. Windows color (decimal): -2312464 or 15775452. OLE color: 15775452.

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

Color convert

RGB 220 182 240 -
CMYK 0.08 0.24 0 0.06
HSL 279.31º 0.66% 0.83% -
HSV(B) 279.31º 0.24% 0.94% -
XYZ 61.97 54.96 89.78 -
YUV 199.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 220 182 240 0.08 0.24 0 0.06 279.31 0.66 0.83
Hex DC B6 F0 8 18 0 6 117 42 53
Octal 334 266 360 10 30 0 6 427 102 123
Binary 11011100 10110110 11110000 1000 11000 0 110 100010111 1000010 1010011

Color Harmonies of #DCB6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB6F0

Black with #DCB6F0

Text Example


Text Example

White with #DCB6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB6F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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