Html Css Color HEX #DCB6EE Mauve

📋 copy color: '#DCB6EE'

red 220 ◦ green 182 ◦ blue 238

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

Shades of Mauve #DCB6EE

Tints of Mauve #DCB6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.19%

R = 34.38%
G = 28.44%
B = 37.19%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCB6EE (or 0xDCB6EE) is known color: Mauve. HEX triplet: DC, B6 and EE. RGB value is (220,182,238). Sum of RGB (Red+Green+Blue) = 220+182+238=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCB6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6EE is #234911. Grayscale: #C7C7C7. Windows color (decimal): -2312466 or 15644380. OLE color: 15644380.

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

Color convert

RGB 220 182 238 -
CMYK 0.08 0.24 0 0.07
HSL 280.71º 0.62% 0.82% -
HSV(B) 280.71º 0.24% 0.93% -
XYZ 61.68 54.84 88.22 -
YUV 199.75 149.59 142.45 -
System Red Green Blue C M Y K H S L
Decimal 220 182 238 0.08 0.24 0 0.07 280.71 0.62 0.82
Hex DC B6 EE 8 18 0 7 119 3E 52
Octal 334 266 356 10 30 0 7 431 76 122
Binary 11011100 10110110 11101110 1000 11000 0 111 100011001 111110 1010010

Color Harmonies of #DCB6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB6EE

Black with #DCB6EE

Text Example


Text Example

White with #DCB6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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