#DFB2FF

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

Shades of Mauve #DFB2FF

Tints of Mauve #DFB2FF

Color information

#DFB2FF (or 0xDFB2FF) is unknown color: approx Mauve. HEX triplet: DF, B2 and FF. RGB value is (223,178,255). Sum of RGB (Red+Green+Blue) = 223+178+255=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 178 (69.92% from 255 or 27.13% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2FF is #204D00. Grayscale: #C7C7C7. Windows color (decimal): -2116865 or 16757471. OLE color: 16757471.

HSL color Cylindrical-coordinate representation of color #DFB2FF: hue angle of 275.06º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFB2FF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223178255-
CMYK0.130.3000
HSL275.06º100%84.9%-
HSV(B)275.06º30.2%100%-
XYZ64.454.75101.78-
YUV200.23158.91144.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 178 (69.92% from 255) = 27.13%
BLUE value IS 255 (100% from 255) = 38.87%
R=33.99%
G=27.13%
B=38.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231782550.130.3000275.0610084.9
HexDFB2FFD1E001136455
Octal337262377153600423144125
Binary1101111110110010111111111101111100010001001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB2FF; }

 p { color: rgb(223,178,255); }

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

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

 a { background-color: rgb(223,178,255); }

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

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

 span { border-color: rgb(223,178,255); }

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