Html Css Color HEX #DCADED Mauve

📋 copy color: '#DCADED'

red 220 ◦ green 173 ◦ blue 237

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

Shades of Mauve #DCADED

Tints of Mauve #DCADED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.62%

R = 34.92%
G = 27.46%
B = 37.62%

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

#DCADED (or 0xDCADED) is known color: Mauve. HEX triplet: DC, AD and ED. RGB value is (220,173,237). Sum of RGB (Red+Green+Blue) = 220+173+237=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADED is #235212. Grayscale: #C2C2C2. Windows color (decimal): -2314771 or 15576540. OLE color: 15576540.

HSL color Cylindrical-coordinate representation of color #DCADED: hue angle of 284.06º degrees, saturation: 0.64, 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 #DCADED is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 173 237 -
CMYK 0.07 0.27 0 0.07
HSL 284.06º 0.64% 0.8% -
HSV(B) 284.06º 0.27% 0.93% -
XYZ 59.74 51.22 86.86 -
YUV 194.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 220 173 237 0.07 0.27 0 0.07 284.06 0.64 0.8
Hex DC AD ED 7 1B 0 7 11C 40 50
Octal 334 255 355 7 33 0 7 434 100 120
Binary 11011100 10101101 11101101 111 11011 0 111 100011100 1000000 1010000

Color Harmonies of #DCADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADED

Black with #DCADED

Text Example


Text Example

White with #DCADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADED; }

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

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

background-color css

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

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

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

border-color css

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

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

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