Html Css Color HEX #DCADEB Mauve

📋 copy color: '#DCADEB'

red 220 ◦ green 173 ◦ blue 235

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

Shades of Mauve #DCADEB

Tints of Mauve #DCADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.42%

R = 35.03%
G = 27.55%
B = 37.42%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DCADEB (or 0xDCADEB) is known color: Mauve. HEX triplet: DC, AD and EB. RGB value is (220,173,235). Sum of RGB (Red+Green+Blue) = 220+173+235=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADEB is #235214. Grayscale: #C1C1C1. Windows color (decimal): -2314773 or 15445468. OLE color: 15445468.

HSL color Cylindrical-coordinate representation of color #DCADEB: hue angle of 285.48º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCADEB is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 173 235 -
CMYK 0.06 0.26 0 0.08
HSL 285.48º 0.61% 0.8% -
HSV(B) 285.48º 0.26% 0.92% -
XYZ 59.45 51.1 85.33 -
YUV 194.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 220 173 235 0.06 0.26 0 0.08 285.48 0.61 0.8
Hex DC AD EB 6 1A 0 8 11D 3D 50
Octal 334 255 353 6 32 0 10 435 75 120
Binary 11011100 10101101 11101011 110 11010 0 1000 100011101 111101 1010000

Color Harmonies of #DCADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADEB

Black with #DCADEB

Text Example


Text Example

White with #DCADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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