#DF9CFB

Color #DF9CFB Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DF9CFB

Tints of Mauve #DF9CFB

Color information

#DF9CFB (or 0xDF9CFB) is unknown color: approx Mauve. HEX triplet: DF, 9C and FB. RGB value is (223,156,251). Sum of RGB (Red+Green+Blue) = 223+156+251=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 156 (61.33% from 255 or 24.76% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF9CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9CFB is #206304. Grayscale: #BABABA. Windows color (decimal): -2122501 or 16489695. OLE color: 16489695.

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

Color convert

RGB223156251-
CMYK0.110.3800.02
HSL282.32º92.23%79.8%-
HSV(B)282.32º37.85%98.43%-
XYZ59.7346.4397.08-
YUV186.86164.2153.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 156 (61.33% from 255) = 24.76%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=35.40%
G=24.76%
B=39.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231562510.110.3800.02282.3292.2379.8
HexDF9CFBB260211a5c50
Octal337234373134602432134120
Binary110111111001110011111011101110011001010001101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9CFB; }

 p { color: rgb(223,156,251); }

 H1.HeaderClassName
 {
   color: #DF9CFB;
 }
 .AnyTagClassName
 {
   color: #DF9CFB;
 }
</style>
background-color css

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

 a { background-color: rgb(223,156,251); }

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

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

 span { border-color: rgb(223,156,251); }

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