#DFBBF8

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

Shades of Mauve #DFBBF8

Tints of Mauve #DFBBF8

Color information

#DFBBF8 (or 0xDFBBF8) is unknown color: approx Mauve. HEX triplet: DF, BB and F8. RGB value is (223,187,248). Sum of RGB (Red+Green+Blue) = 223+187+248=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 248 (97.27% from 255 or 37.69% from 658); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFBBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBF8 is #204407. Grayscale: #CCCCCC. Windows color (decimal): -2114568 or 16301023. OLE color: 16301023.

HSL color Cylindrical-coordinate representation of color #DFBBF8: hue angle of 275.41º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFBBF8 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223187248-
CMYK0.100.2500.03
HSL275.41º81.33%85.29%-
HSV(B)275.41º24.6%97.25%-
XYZ65.1558.0196.57-
YUV204.72152.43141.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.89%
GREEN value IS 187 (73.44% from 255) = 28.42%
BLUE value IS 248 (97.27% from 255) = 37.69%
R=33.89%
G=28.42%
B=37.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2231872480.100.2500.03275.4181.3385.29
HexDFBBF8A19031135155
Octal337273370123103423121125
Binary11011111101110111111100010101100101110001001110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBF8; }

 p { color: rgb(223,187,248); }

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

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

 a { background-color: rgb(223,187,248); }

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

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

 span { border-color: rgb(223,187,248); }

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