Html Css Color HEX #DCB6ED Mauve

📋 copy color: '#DCB6ED'

red 220 ◦ green 182 ◦ blue 237

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

Shades of Mauve #DCB6ED

Tints of Mauve #DCB6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.09%

R = 34.43%
G = 28.48%
B = 37.09%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCB6ED (or 0xDCB6ED) is known color: Mauve. HEX triplet: DC, B6 and ED. RGB value is (220,182,237). Sum of RGB (Red+Green+Blue) = 220+182+237=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6ED is #234912. Grayscale: #C7C7C7. Windows color (decimal): -2312467 or 15578844. OLE color: 15578844.

HSL color Cylindrical-coordinate representation of color #DCB6ED: hue angle of 281.45º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB6ED is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 182 237 -
CMYK 0.07 0.23 0 0.07
HSL 281.45º 0.6% 0.82% -
HSV(B) 281.45º 0.23% 0.93% -
XYZ 61.53 54.79 87.45 -
YUV 199.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 220 182 237 0.07 0.23 0 0.07 281.45 0.6 0.82
Hex DC B6 ED 7 17 0 7 119 3C 52
Octal 334 266 355 7 27 0 7 431 74 122
Binary 11011100 10110110 11101101 111 10111 0 111 100011001 111100 1010010

Color Harmonies of #DCB6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB6ED

Black with #DCB6ED

Text Example


Text Example

White with #DCB6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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