Html Css Color HEX #DCBAEC Mauve

📋 copy color: '#DCBAEC'

red 220 ◦ green 186 ◦ blue 236

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

Shades of Mauve #DCBAEC

Tints of Mauve #DCBAEC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.97%

 BLUE value IS 236 (92.58% from 255) = 36.76%

R = 34.27%
G = 28.97%
B = 36.76%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCBAEC (or 0xDCBAEC) is known color: Mauve. HEX triplet: DC, BA and EC. RGB value is (220,186,236). Sum of RGB (Red+Green+Blue) = 220+186+236=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAEC is #234513. Grayscale: #C9C9C9. Windows color (decimal): -2311444 or 15514332. OLE color: 15514332.

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

Color convert

RGB 220 186 236 -
CMYK 0.07 0.21 0 0.07
HSL 280.8º 0.57% 0.83% -
HSV(B) 280.8º 0.21% 0.93% -
XYZ 62.21 56.39 86.96 -
YUV 201.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 220 186 236 0.07 0.21 0 0.07 280.8 0.57 0.83
Hex DC BA EC 7 15 0 7 119 39 53
Octal 334 272 354 7 25 0 7 431 71 123
Binary 11011100 10111010 11101100 111 10101 0 111 100011001 111001 1010011

Color Harmonies of #DCBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAEC

Black with #DCBAEC

Text Example


Text Example

White with #DCBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAEC; }

 p { color: rgb(220,186,236); }

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

background-color css

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

 a { background-color: rgb(220,186,236); }

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

border-color css

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

 span { border-color: rgb(220,186,236); }

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