Html Css Color HEX #DCB6E9 Mauve

📋 copy color: '#DCB6E9'

red 220 ◦ green 182 ◦ blue 233

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

Shades of Mauve #DCB6E9

Tints of Mauve #DCB6E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.69%

R = 34.65%
G = 28.66%
B = 36.69%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCB6E9 (or 0xDCB6E9) is known color: Mauve. HEX triplet: DC, B6 and E9. RGB value is (220,182,233). Sum of RGB (Red+Green+Blue) = 220+182+233=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6E9 is #234916. Grayscale: #C7C7C7. Windows color (decimal): -2312471 or 15316700. OLE color: 15316700.

HSL color Cylindrical-coordinate representation of color #DCB6E9: hue angle of 284.71º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCB6E9 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 182 233 -
CMYK 0.06 0.22 0 0.09
HSL 284.71º 0.54% 0.81% -
HSV(B) 284.71º 0.22% 0.91% -
XYZ 60.95 54.55 84.41 -
YUV 199.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 220 182 233 0.06 0.22 0 0.09 284.71 0.54 0.81
Hex DC B6 E9 6 16 0 9 11D 36 51
Octal 334 266 351 6 26 0 11 435 66 121
Binary 11011100 10110110 11101001 110 10110 0 1001 100011101 110110 1010001

Color Harmonies of #DCB6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB6E9

Black with #DCB6E9

Text Example


Text Example

White with #DCB6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB6E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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