#DFBABB

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

Shades of Pink Flare #DFBABB

Tints of Pink Flare #DFBABB

Color information

#DFBABB (or 0xDFBABB) is unknown color: approx Pink Flare. HEX triplet: DF, BA and BB. RGB value is (223,186,187). Sum of RGB (Red+Green+Blue) = 223+186+187=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBABB is #204544. Grayscale: #C5C5C5. Windows color (decimal): -2114885 or 12303071. OLE color: 12303071.

HSL color Cylindrical-coordinate representation of color #DFBABB: hue angle of 358.38º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBABB is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB223186187-
CMYK00.170.160.13
HSL358.38º36.63%80.2%-
HSV(B)358.38º16.59%87.45%-
XYZ56.9654.3954.51-
YUV197.18122.26146.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 187 (73.44% from 255) = 31.38%
R=37.42%
G=31.21%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318618700.170.160.13358.3836.6380.2
HexDFBABB01110D1662550
Octal337272273021201554645120
Binary1101111110111010101110110100011000011011011001101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBABB; }

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

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

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

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

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

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

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

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