Html Css Color HEX #DC9EFE Mauve

📋 copy color: '#DC9EFE'

red 220 ◦ green 158 ◦ blue 254

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

Shades of Mauve #DC9EFE

Tints of Mauve #DC9EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25%

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

R = 34.81%
G = 25%
B = 40.19%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DC9EFE (or 0xDC9EFE) is known color: Mauve. HEX triplet: DC, 9E and FE. RGB value is (220,158,254). Sum of RGB (Red+Green+Blue) = 220+158+254=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 158 (62.11% from 255 or 25% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC9EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EFE is #236101. Grayscale: #BBBBBB. Windows color (decimal): -2318594 or 16686812. OLE color: 16686812.

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

Color convert

RGB 220 158 254 -
CMYK 0.13 0.38 0 0.00
HSL 278.75º 0.98% 0.81% -
HSV(B) 278.75º 0.38% 1% -
XYZ 59.63 46.83 99.66 -
YUV 187.48 165.54 151.19 -
System Red Green Blue C M Y K H S L
Decimal 220 158 254 0.13 0.38 0 0.00 278.75 0.98 0.81
Hex DC 9E FE D 26 0 0 117 62 51
Octal 334 236 376 15 46 0 0 427 142 121
Binary 11011100 10011110 11111110 1101 100110 0 0 100010111 1100010 1010001

Color Harmonies of #DC9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9EFE

Black with #DC9EFE

Text Example


Text Example

White with #DC9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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