#DCBABE

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

Shades of Pink Flare #DCBABE

Tints of Pink Flare #DCBABE

Color information

#DCBABE (or 0xDCBABE) is unknown color: approx Pink Flare. HEX triplet: DC, BA and BE. RGB value is (220,186,190). Sum of RGB (Red+Green+Blue) = 220+186+190=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBABE is #234541. Grayscale: #C4C4C4. Windows color (decimal): -2311490 or 12499676. OLE color: 12499676.

HSL color Cylindrical-coordinate representation of color #DCBABE: hue angle of 352.94º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBABE is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220186190-
CMYK00.150.140.14
HSL352.94º32.69%79.61%-
HSV(B)352.94º15.45%86.27%-
XYZ56.3754.0556.18-
YUV196.62124.26144.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 190 (74.61% from 255) = 31.88%
R=36.91%
G=31.21%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018619000.150.140.14352.9432.6979.61
HexDCBABE0FEE1612150
Octal334272276017161654141120
Binary11011100101110101011111001111111011101011000011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBABE; }

 p { color: rgb(220,186,190); }

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

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

 a { background-color: rgb(220,186,190); }

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

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

 span { border-color: rgb(220,186,190); }

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