Html Css Color HEX #DCADEC Mauve

📋 copy color: '#DCADEC'

red 220 ◦ green 173 ◦ blue 236

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

Shades of Mauve #DCADEC

Tints of Mauve #DCADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.5%

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

R = 34.98%
G = 27.5%
B = 37.52%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCADEC (or 0xDCADEC) is known color: Mauve. HEX triplet: DC, AD and EC. RGB value is (220,173,236). Sum of RGB (Red+Green+Blue) = 220+173+236=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADEC is #235213. Grayscale: #C2C2C2. Windows color (decimal): -2314772 or 15511004. OLE color: 15511004.

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

Color convert

RGB 220 173 236 -
CMYK 0.07 0.27 0 0.07
HSL 284.76º 0.62% 0.8% -
HSV(B) 284.76º 0.27% 0.93% -
XYZ 59.6 51.16 86.09 -
YUV 194.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 220 173 236 0.07 0.27 0 0.07 284.76 0.62 0.8
Hex DC AD EC 7 1B 0 7 11D 3E 50
Octal 334 255 354 7 33 0 7 435 76 120
Binary 11011100 10101101 11101100 111 11011 0 111 100011101 111110 1010000

Color Harmonies of #DCADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADEC

Black with #DCADEC

Text Example


Text Example

White with #DCADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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