Html Css Color HEX #DCADFE Mauve

📋 copy color: '#DCADFE'

red 220 ◦ green 173 ◦ blue 254

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

Shades of Mauve #DCADFE

Tints of Mauve #DCADFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.26%

R = 34%
G = 26.74%
B = 39.26%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DCADFE (or 0xDCADFE) is known color: Mauve. HEX triplet: DC, AD and FE. RGB value is (220,173,254). Sum of RGB (Red+Green+Blue) = 220+173+254=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADFE is #235201. Grayscale: #C4C4C4. Windows color (decimal): -2314754 or 16690652. OLE color: 16690652.

HSL color Cylindrical-coordinate representation of color #DCADFE: hue angle of 274.81º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCADFE is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 173 254 -
CMYK 0.13 0.32 0 0.00
HSL 274.81º 0.98% 0.84% -
HSV(B) 274.81º 0.32% 1% -
XYZ 62.35 52.26 100.57 -
YUV 196.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 220 173 254 0.13 0.32 0 0.00 274.81 0.98 0.84
Hex DC AD FE D 20 0 0 113 62 54
Octal 334 255 376 15 40 0 0 423 142 124
Binary 11011100 10101101 11111110 1101 100000 0 0 100010011 1100010 1010100

Color Harmonies of #DCADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADFE

Black with #DCADFE

Text Example


Text Example

White with #DCADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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