Html Css Color HEX #DF9EFA Mauve

📋 copy color: '#DF9EFA'

red 223 ◦ green 158 ◦ blue 250

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

Shades of Mauve #DF9EFA

Tints of Mauve #DF9EFA

RGB

 RED value IS 223 (87.5% from 255) = 35.34%

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

 BLUE value IS 250 (98.05% from 255) = 39.62%

R = 35.34%
G = 25.04%
B = 39.62%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF9EFA (or 0xDF9EFA) is known color: Mauve. HEX triplet: DF, 9E and FA. RGB value is (223,158,250). Sum of RGB (Red+Green+Blue) = 223+158+250=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF9EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9EFA is #206105. Grayscale: #BBBBBB. Windows color (decimal): -2121990 or 16424671. OLE color: 16424671.

HSL color Cylindrical-coordinate representation of color #DF9EFA: hue angle of 282.39º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF9EFA is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 158 250 -
CMYK 0.11 0.37 0 0.02
HSL 282.39º 0.9% 0.8% -
HSV(B) 282.39º 0.37% 0.98% -
XYZ 59.91 47.04 96.37 -
YUV 187.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 223 158 250 0.11 0.37 0 0.02 282.39 0.9 0.8
Hex DF 9E FA B 25 0 2 11A 5A 50
Octal 337 236 372 13 45 0 2 432 132 120
Binary 11011111 10011110 11111010 1011 100101 0 10 100011010 1011010 1010000

Color Harmonies of #DF9EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9EFA

Black with #DF9EFA

Text Example


Text Example

White with #DF9EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9EFA; }

 p { color: rgb(223,158,250); }

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

background-color css

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

 a { background-color: rgb(223,158,250); }

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

border-color css

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

 span { border-color: rgb(223,158,250); }

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