Html Css Color HEX #DCADEA Mauve

📋 copy color: '#DCADEA'

red 220 ◦ green 173 ◦ blue 234

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

Shades of Mauve #DCADEA

Tints of Mauve #DCADEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.32%

R = 35.09%
G = 27.59%
B = 37.32%

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

#DCADEA (or 0xDCADEA) is known color: Mauve. HEX triplet: DC, AD and EA. RGB value is (220,173,234). Sum of RGB (Red+Green+Blue) = 220+173+234=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADEA is #235215. Grayscale: #C1C1C1. Windows color (decimal): -2314774 or 15379932. OLE color: 15379932.

HSL color Cylindrical-coordinate representation of color #DCADEA: hue angle of 286.23º degrees, saturation: 0.59, 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 #DCADEA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 173 234 -
CMYK 0.06 0.26 0 0.08
HSL 286.23º 0.59% 0.8% -
HSV(B) 286.23º 0.26% 0.92% -
XYZ 59.31 51.04 84.57 -
YUV 194.01 150.57 146.54 -
System Red Green Blue C M Y K H S L
Decimal 220 173 234 0.06 0.26 0 0.08 286.23 0.59 0.8
Hex DC AD EA 6 1A 0 8 11E 3B 50
Octal 334 255 352 6 32 0 10 436 73 120
Binary 11011100 10101101 11101010 110 11010 0 1000 100011110 111011 1010000

Color Harmonies of #DCADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADEA

Black with #DCADEA

Text Example


Text Example

White with #DCADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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