#DFBBF5

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

Shades of Mauve #DFBBF5

Tints of Mauve #DFBBF5

Color information

#DFBBF5 (or 0xDFBBF5) is unknown color: approx Mauve. HEX triplet: DF, BB and F5. RGB value is (223,187,245). Sum of RGB (Red+Green+Blue) = 223+187+245=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFBBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBF5 is #20440A. Grayscale: #CCCCCC. Windows color (decimal): -2114571 or 16104415. OLE color: 16104415.

HSL color Cylindrical-coordinate representation of color #DFBBF5: hue angle of 277.24º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFBBF5 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223187245-
CMYK0.090.2400.04
HSL277.24º74.36%84.71%-
HSV(B)277.24º23.67%96.08%-
XYZ64.6857.8294.14-
YUV204.38150.93141.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 187 (73.44% from 255) = 28.55%
BLUE value IS 245 (96.09% from 255) = 37.40%
R=34.05%
G=28.55%
B=37.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2231872450.090.2400.04277.2474.3684.71
HexDFBBF5918041154a55
Octal337273365113004425112125
Binary110111111011101111110101100111000010010001010110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBF5; }

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

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

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

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

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

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

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

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