#DFB2FB

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

Shades of Mauve #DFB2FB

Tints of Mauve #DFB2FB

Color information

#DFB2FB (or 0xDFB2FB) is unknown color: approx Mauve. HEX triplet: DF, B2 and FB. RGB value is (223,178,251). Sum of RGB (Red+Green+Blue) = 223+178+251=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 178 (69.92% from 255 or 27.30% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFB2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2FB is #204D04. Grayscale: #C7C7C7. Windows color (decimal): -2116869 or 16495327. OLE color: 16495327.

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

Color convert

RGB223178251-
CMYK0.110.2900.02
HSL276.99º90.12%84.12%-
HSV(B)276.99º29.08%98.43%-
XYZ63.7654.4998.42-
YUV199.78156.91144.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 178 (69.92% from 255) = 27.30%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=34.20%
G=27.30%
B=38.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231782510.110.2900.02276.9990.1284.12
HexDFB2FBB1D021155a54
Octal337262373133502425132124
Binary11011111101100101111101110111110101010001010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB2FB; }

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

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

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

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

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

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

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

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