#DFBEBF

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

Shades of Pink Flare #DFBEBF

Tints of Pink Flare #DFBEBF

Color information

#DFBEBF (or 0xDFBEBF) is unknown color: approx Pink Flare. HEX triplet: DF, BE and BF. RGB value is (223,190,191). Sum of RGB (Red+Green+Blue) = 223+190+191=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEBF is #204140. Grayscale: #C8C8C8. Windows color (decimal): -2113857 or 12566239. OLE color: 12566239.

HSL color Cylindrical-coordinate representation of color #DFBEBF: hue angle of 358.18º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBEBF is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB223190191-
CMYK00.150.140.13
HSL358.18º34.02%80.98%-
HSV(B)358.18º14.8%87.45%-
XYZ58.2556.2857.08-
YUV199.98122.93144.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 191 (75% from 255) = 31.62%
R=36.92%
G=31.46%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319019100.150.140.13358.1834.0280.98
HexDFBEBF0FED1662251
Octal337276277017161554642121
Binary11011111101111101011111101111111011011011001101000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEBF; }

 p { color: rgb(223,190,191); }

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

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

 a { background-color: rgb(223,190,191); }

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

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

 span { border-color: rgb(223,190,191); }

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