Html Css Color HEX #DF9EFC Mauve

📋 copy color: '#DF9EFC'

red 223 ◦ green 158 ◦ blue 252

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

Shades of Mauve #DF9EFC

Tints of Mauve #DF9EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.81%

R = 35.23%
G = 24.96%
B = 39.81%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF9EFC (or 0xDF9EFC) is known color: Mauve. HEX triplet: DF, 9E and FC. RGB value is (223,158,252). Sum of RGB (Red+Green+Blue) = 223+158+252=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 158 (62.11% from 255 or 24.96% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9EFC is #206103. Grayscale: #BBBBBB. Windows color (decimal): -2121988 or 16555743. OLE color: 16555743.

HSL color Cylindrical-coordinate representation of color #DF9EFC: hue angle of 281.49º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF9EFC is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 158 252 -
CMYK 0.12 0.37 0 0.01
HSL 281.49º 0.94% 0.8% -
HSV(B) 281.49º 0.37% 0.99% -
XYZ 60.23 47.17 98.03 -
YUV 188.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 223 158 252 0.12 0.37 0 0.01 281.49 0.94 0.8
Hex DF 9E FC C 25 0 1 119 5E 50
Octal 337 236 374 14 45 0 1 431 136 120
Binary 11011111 10011110 11111100 1100 100101 0 1 100011001 1011110 1010000

Color Harmonies of #DF9EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9EFC

Black with #DF9EFC

Text Example


Text Example

White with #DF9EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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